Html Css Color HEX #DC08A9 Hollywood Cerise

📋 copy color: '#DC08A9'

red 220 ◦ green 8 ◦ blue 169

#DC08A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #DC08A9

Tints of Hollywood Cerise #DC08A9

RGB

 RED value IS 220 (86.33% from 255) = 55.42%

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 169 (66.41% from 255) = 42.57%

R = 55.42%
G = 2.02%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC08A9 (or 0xDC08A9) is known color: Hollywood Cerise. HEX triplet: DC, 08 and A9. RGB value is (220,8,169). Sum of RGB (Red+Green+Blue) = 220+8+169=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 8 (3.52% from 255 or 2.02% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08A9 is #23F756. Grayscale: #595959. Windows color (decimal): -2357079 or 11077852. OLE color: 11077852.

HSL color Cylindrical-coordinate representation of color #DC08A9: hue angle of 314.43º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08A9 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 169 -
CMYK 0 0.96 0.23 0.14
HSL 314.43º 0.93% 0.45% -
HSV(B) 314.43º 0.96% 0.86% -
XYZ 36.76 18.25 39.12 -
YUV 89.74 172.74 220.91 -
System Red Green Blue C M Y K H S L
Decimal 220 8 169 0 0.96 0.23 0.14 314.43 0.93 0.45
Hex DC 8 A9 0 60 17 E 13A 5D 2D
Octal 334 10 251 0 140 27 16 472 135 55
Binary 11011100 1000 10101001 0 1100000 10111 1110 100111010 1011101 101101

Color Harmonies of #DC08A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08A9

Black with #DC08A9

Text Example


Text Example

White with #DC08A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08A9; }

 p { color: rgb(220,8,169); }

 H1.HeaderClassName
 {
   color: #DC08A9;
 }
 .AnyTagClassName
 {
   color: #DC08A9;
 }
</style>

background-color css

<style>
 a { background-color: #DC08A9; }

 a { background-color: rgb(220,8,169); }

 div.DivClassName
 {
   background-color: #DC08A9;
 }
 .BgClassName
 {
   background-color: #DC08A9;
 }
</style>

border-color css

<style>
 span { border-color: #DC08A9; }

 span { border-color: rgb(220,8,169); }

 td.TdClassName
 {
   border-color: #DC08A9;
 }
 .TagClassName
 {
   border-color: #DC08A9;
 }
</style>