Shades of Hollywood Cerise #DC08A7
Tints of Hollywood Cerise #DC08A7
RGB
CMYK
RGB Variations
Color information
#DC08A7 (or 0xDC08A7) is known color: Hollywood Cerise. HEX triplet: DC, 08 and A7. RGB value is (220,8,167). Sum of RGB (Red+Green+Blue) = 220+8+167=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08A7 is #23F758. Grayscale: #595959. Windows color (decimal): -2357081 or 10946780. OLE color: 10946780.
HSL color Cylindrical-coordinate representation of color #DC08A7: hue angle of 315º 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 #DC08A7 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 167 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.14 |
| HSL | 315º | 0.93% | 0.45% | - |
| HSV(B) | 315º | 0.96% | 0.86% | - |
| XYZ | 36.58 | 18.18 | 38.14 | - |
| YUV | 89.51 | 171.74 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 167 | 0 | 0.96 | 0.24 | 0.14 | 315 | 0.93 | 0.45 |
| Hex | DC | 8 | A7 | 0 | 60 | 18 | E | 13B | 5D | 2D |
| Octal | 334 | 10 | 247 | 0 | 140 | 30 | 16 | 473 | 135 | 55 |
| Binary | 11011100 | 1000 | 10100111 | 0 | 1100000 | 11000 | 1110 | 100111011 | 1011101 | 101101 |
Color Harmonies of #DC08A7
Complementary color
Monochromatic Colors of #DC08A7
Black with #DC08A7
Text Example
Text Example
White with #DC08A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08A7; }
p { color: rgb(220,8,167); }
H1.HeaderClassName
{
color: #DC08A7;
}
.AnyTagClassName
{
color: #DC08A7;
}
</style>
background-color css
<style>
a { background-color: #DC08A7; }
a { background-color: rgb(220,8,167); }
div.DivClassName
{
background-color: #DC08A7;
}
.BgClassName
{
background-color: #DC08A7;
}
</style>
border-color css
<style>
span { border-color: #DC08A7; }
span { border-color: rgb(220,8,167); }
td.TdClassName
{
border-color: #DC08A7;
}
.TagClassName
{
border-color: #DC08A7;
}
</style>