Color Hex Logo

#db219c Color Hex

#DB219C
(219,33,156)
0 Favorites   0 Comments

Color spaces of #db219c

RGB 21933156
HSL0.890.740.49
HSV320°85°86°
CMYK 0.000.850.29   0.14
XYZ35.758018.548133.1480
Yxy18.54810.40890.2121
Hunter Lab43.067572.8365-15.4868
CIE-Lab50.154375.8034-20.4843

#db219c color RGB value is (219,33,156).

#db219c hex color red value is 219, green value is 33 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #db219c hue: 0.89 , saturation: 0.74 and the lightness value of db219c is 0.49.

The process color (four color CMYK) of #db219c color hex is 0.00, 0.85, 0.29, 0.14. Web safe color of #db219c is #cc3399. Color #db219c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 10011100
Octal 333 41 234
Decimal 219 33 156
Hex DB 21 9C

RGB Percentages of Color #db219c

%53.68
%8.09
%38.24

CMYK Percentages of Color #db219c

%0
%85
%29
%14

Triadic Colors of #db219c

#db219c #9cdb21 #219cdb

Analogous Colors of #db219c

#db219c #db213f #bd21db

Monochromatic Colors of #db219c

#db219c

Complementary Color

#db219c #21db60

#db219c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db219c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db219c Color CSS Codes

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

#db219c Text Font Color

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

This sample text font color is #db219c
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.


#db219c Background Color

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

This div background color is #db219c


#db219c Border Color

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

This div border color is #db219c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db219c


Comments

No comments written yet.

Please login to write comment.