Html Css Color HEX #DC08A6 Hollywood Cerise

📋 copy color: '#DC08A6'

red 220 ◦ green 8 ◦ blue 166

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

Shades of Hollywood Cerise #DC08A6

Tints of Hollywood Cerise #DC08A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 55.84%
G = 2.03%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC08A6 (or 0xDC08A6) is known color: Hollywood Cerise. HEX triplet: DC, 08 and A6. RGB value is (220,8,166). Sum of RGB (Red+Green+Blue) = 220+8+166=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08A6 is #23F759. Grayscale: #585858. Windows color (decimal): -2357082 or 10881244. OLE color: 10881244.

HSL color Cylindrical-coordinate representation of color #DC08A6: hue angle of 315.28º 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 #DC08A6 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 8 166 -
CMYK 0 0.96 0.25 0.14
HSL 315.28º 0.93% 0.45% -
HSV(B) 315.28º 0.96% 0.86% -
XYZ 36.48 18.14 37.66 -
YUV 89.4 171.24 221.15 -
System Red Green Blue C M Y K H S L
Decimal 220 8 166 0 0.96 0.25 0.14 315.28 0.93 0.45
Hex DC 8 A6 0 60 19 E 13B 5D 2D
Octal 334 10 246 0 140 31 16 473 135 55
Binary 11011100 1000 10100110 0 1100000 11001 1110 100111011 1011101 101101

Color Harmonies of #DC08A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08A6

Black with #DC08A6

Text Example


Text Example

White with #DC08A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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