Shades of Hollywood Cerise #DC08A1
Tints of Hollywood Cerise #DC08A1
RGB
CMYK
RGB Variations
Color information
#DC08A1 (or 0xDC08A1) is known color: Hollywood Cerise. HEX triplet: DC, 08 and A1. RGB value is (220,8,161). Sum of RGB (Red+Green+Blue) = 220+8+161=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 161 (63.28% from 255 or 41.39% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08A1 is #23F75E. Grayscale: #585858. Windows color (decimal): -2357087 or 10553564. OLE color: 10553564.
HSL color Cylindrical-coordinate representation of color #DC08A1: hue angle of 316.7º 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 #DC08A1 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 161 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.14 |
| HSL | 316.7º | 0.93% | 0.45% | - |
| HSV(B) | 316.7º | 0.96% | 0.86% | - |
| XYZ | 36.04 | 17.96 | 35.29 | - |
| YUV | 88.83 | 168.74 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 161 | 0 | 0.96 | 0.27 | 0.14 | 316.7 | 0.93 | 0.45 |
| Hex | DC | 8 | A1 | 0 | 60 | 1B | E | 13D | 5D | 2D |
| Octal | 334 | 10 | 241 | 0 | 140 | 33 | 16 | 475 | 135 | 55 |
| Binary | 11011100 | 1000 | 10100001 | 0 | 1100000 | 11011 | 1110 | 100111101 | 1011101 | 101101 |
Color Harmonies of #DC08A1
Complementary color
Monochromatic Colors of #DC08A1
Black with #DC08A1
Text Example
Text Example
White with #DC08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08A1; }
p { color: rgb(220,8,161); }
H1.HeaderClassName
{
color: #DC08A1;
}
.AnyTagClassName
{
color: #DC08A1;
}
</style>
background-color css
<style>
a { background-color: #DC08A1; }
a { background-color: rgb(220,8,161); }
div.DivClassName
{
background-color: #DC08A1;
}
.BgClassName
{
background-color: #DC08A1;
}
</style>
border-color css
<style>
span { border-color: #DC08A1; }
span { border-color: rgb(220,8,161); }
td.TdClassName
{
border-color: #DC08A1;
}
.TagClassName
{
border-color: #DC08A1;
}
</style>