Html Css Color HEX #DC08AA Hollywood Cerise

📋 copy color: '#DC08AA'

red 220 ◦ green 8 ◦ blue 170

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

Shades of Hollywood Cerise #DC08AA

Tints of Hollywood Cerise #DC08AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.71%

R = 55.28%
G = 2.01%
B = 42.71%

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

#DC08AA (or 0xDC08AA) is known color: Hollywood Cerise. HEX triplet: DC, 08 and AA. RGB value is (220,8,170). Sum of RGB (Red+Green+Blue) = 220+8+170=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08AA is #23F755. Grayscale: #595959. Windows color (decimal): -2357078 or 11143388. OLE color: 11143388.

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

Color convert

RGB 220 8 170 -
CMYK 0 0.96 0.23 0.14
HSL 314.15º 0.93% 0.45% -
HSV(B) 314.15º 0.96% 0.86% -
XYZ 36.86 18.29 39.62 -
YUV 89.86 173.24 220.83 -
System Red Green Blue C M Y K H S L
Decimal 220 8 170 0 0.96 0.23 0.14 314.15 0.93 0.45
Hex DC 8 AA 0 60 17 E 13A 5D 2D
Octal 334 10 252 0 140 27 16 472 135 55
Binary 11011100 1000 10101010 0 1100000 10111 1110 100111010 1011101 101101

Color Harmonies of #DC08AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC08AA

Black with #DC08AA

Text Example


Text Example

White with #DC08AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC08AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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