Shades of Hollywood Cerise #DC08AF
Tints of Hollywood Cerise #DC08AF
RGB
CMYK
RGB Variations
Color information
#DC08AF (or 0xDC08AF) is known color: Hollywood Cerise. HEX triplet: DC, 08 and AF. RGB value is (220,8,175). Sum of RGB (Red+Green+Blue) = 220+8+175=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC08AF is #23F750. Grayscale: #595959. Windows color (decimal): -2357073 or 11471068. OLE color: 11471068.
HSL color Cylindrical-coordinate representation of color #DC08AF: hue angle of 312.74º 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 #DC08AF is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.14 |
| HSL | 312.74º | 0.93% | 0.45% | - |
| HSV(B) | 312.74º | 0.96% | 0.86% | - |
| XYZ | 37.34 | 18.48 | 42.16 | - |
| YUV | 90.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 175 | 0 | 0.96 | 0.20 | 0.14 | 312.74 | 0.93 | 0.45 |
| Hex | DC | 8 | AF | 0 | 60 | 14 | E | 139 | 5D | 2D |
| Octal | 334 | 10 | 257 | 0 | 140 | 24 | 16 | 471 | 135 | 55 |
| Binary | 11011100 | 1000 | 10101111 | 0 | 1100000 | 10100 | 1110 | 100111001 | 1011101 | 101101 |
Color Harmonies of #DC08AF
Complementary color
Monochromatic Colors of #DC08AF
Black with #DC08AF
Text Example
Text Example
White with #DC08AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08AF; }
p { color: rgb(220,8,175); }
H1.HeaderClassName
{
color: #DC08AF;
}
.AnyTagClassName
{
color: #DC08AF;
}
</style>
background-color css
<style>
a { background-color: #DC08AF; }
a { background-color: rgb(220,8,175); }
div.DivClassName
{
background-color: #DC08AF;
}
.BgClassName
{
background-color: #DC08AF;
}
</style>
border-color css
<style>
span { border-color: #DC08AF; }
span { border-color: rgb(220,8,175); }
td.TdClassName
{
border-color: #DC08AF;
}
.TagClassName
{
border-color: #DC08AF;
}
</style>