Color Hex Logo

#dc199d Color Hex

#DC199D
(220,25,157)
0 Favorites   0 Comments

Color spaces of #dc199d

RGB 22025157
HSL0.890.800.48
HSV319°89°86°
CMYK 0.000.890.29   0.14
XYZ35.948618.345233.5446
Yxy18.34520.40930.2089
Hunter Lab42.831374.8615-16.4528
CIE-Lab49.912177.4871-21.4362

#dc199d color RGB value is (220,25,157).

#dc199d hex color red value is 220, green value is 25 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dc199d hue: 0.89 , saturation: 0.80 and the lightness value of dc199d is 0.48.

The process color (four color CMYK) of #dc199d color hex is 0.00, 0.89, 0.29, 0.14. Web safe color of #dc199d is #cc0099. Color #dc199d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00011001 10011101
Octal 334 31 235
Decimal 220 25 157
Hex DC 19 9D

RGB Percentages of Color #dc199d

%54.73
%6.22
%39.05

CMYK Percentages of Color #dc199d

%0
%89
%29
%14

Triadic Colors of #dc199d

#dc199d #9ddc19 #199ddc

Analogous Colors of #dc199d

#dc199d #dc193c #ba19dc

Monochromatic Colors of #dc199d

#dc199d

Complementary Color

#dc199d #19dc58

#dc199d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc199d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc199d Color CSS Codes

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

#dc199d Text Font Color

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

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


#dc199d Background Color

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

This div background color is #dc199d


#dc199d Border Color

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

This div border color is #dc199d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,25,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc199d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc199d;
  -webkit-box-shadow: 1px 1px 3px 2px #dc199d;
  box-shadow:         1px 1px 3px 2px #dc199d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,25,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc199d


Comments

No comments written yet.

Please login to write comment.