Html Css Color HEX #DC08AB Hollywood Cerise

📋 copy color: '#DC08AB'

red 220 ◦ green 8 ◦ blue 171

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

Shades of Hollywood Cerise #DC08AB

Tints of Hollywood Cerise #DC08AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 55.14%
G = 2.01%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC08AB (or 0xDC08AB) is known color: Hollywood Cerise. HEX triplet: DC, 08 and AB. RGB value is (220,8,171). Sum of RGB (Red+Green+Blue) = 220+8+171=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 8 (3.52% from 255 or 2.01% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08AB is #23F754. Grayscale: #595959. Windows color (decimal): -2357077 or 11208924. OLE color: 11208924.

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

Color convert

RGB 220 8 171 -
CMYK 0 0.96 0.22 0.14
HSL 313.87º 0.93% 0.45% -
HSV(B) 313.87º 0.96% 0.86% -
XYZ 36.95 18.33 40.12 -
YUV 89.97 173.74 220.75 -
System Red Green Blue C M Y K H S L
Decimal 220 8 171 0 0.96 0.22 0.14 313.87 0.93 0.45
Hex DC 8 AB 0 60 16 E 13A 5D 2D
Octal 334 10 253 0 140 26 16 472 135 55
Binary 11011100 1000 10101011 0 1100000 10110 1110 100111010 1011101 101101

Color Harmonies of #DC08AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08AB

Black with #DC08AB

Text Example


Text Example

White with #DC08AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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