color codes Logo

#db50dd color codes

#DB50DD
(219,80,221)
0 Favorites   0 Comments

Color spaces of #db50dd

RGB 21980221
HSL0.830.670.59
HSV299°64°87°
CMYK 0.010.640.00   0.13
XYZ45.133226.017871.0498
Yxy26.01780.31740.1830
Hunter Lab51.007668.6791-46.8811
CIE-Lab58.053970.8840-45.7934

#db50dd color RGB value is (219,80,221).

#db50dd hex color red value is 219, green value is 80 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db50dd hue: 0.83 , saturation: 0.67 and the lightness value of db50dd is 0.59.

The process color (four color CMYK) of #db50dd color code is 0.01, 0.64, 0.00, 0.13. Web safe color of #db50dd is #cc66cc. Color #db50dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01010000 11011101
Octal 333 120 335
Decimal 219 80 221
Hex DB 50 DD

RGB Percentages of Color #db50dd

%42.12
%15.38
%42.50

CMYK Percentages of Color #db50dd

%1
%64
%0
%13

Triadic Colors of #db50dd

#db50dd #dddb50 #50dddb

Analogous Colors of #db50dd

#db50dd #dd5099 #9550dd

Monochromatic Colors of #db50dd

#db50dd

Complementary Color

#db50dd #52dd50

#db50dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db50dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db50dd Color CSS Codes

.mybgcolor {background-color:#db50dd; } 
.myforecolor {color:#db50dd; }
.mybordercolor {border:3px solid #db50dd; }

#db50dd Text Font Color

<p style="color:#db50dd">Text here</p>

This sample text font color is #db50dd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#db50dd Background Color

<div style="background-color:#db50dd">
Div content here</div>

This div background color is #db50dd


#db50dd Border Color

<div style="border:3px solid #db50dd">
Div here</div>

This div border color is #db50dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,80,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #db50dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #db50dd;
  -webkit-box-shadow: 1px 1px 3px 2px #db50dd;
  box-shadow:         1px 1px 3px 2px #db50dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,80,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db50dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #db50dd;
  -webkit-box-shadow: 1px 1px 3px 2px #db50dd;
  box-shadow:         1px 1px 3px 2px #db50dd;">
Div content here</div>

This div box has shadow with color #db50dd


Comments

No comments written yet.

Please login to write comment.