Shades of Hollywood Cerise #DC02AC
Tints of Hollywood Cerise #DC02AC
RGB
CMYK
RGB Variations
Color information
#DC02AC (or 0xDC02AC) is known color: Hollywood Cerise. HEX triplet: DC, 02 and AC. RGB value is (220,2,172). Sum of RGB (Red+Green+Blue) = 220+2+172=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02AC is #23FD53. Grayscale: #565656. Windows color (decimal): -2358612 or 11272924. OLE color: 11272924.
HSL color Cylindrical-coordinate representation of color #DC02AC: hue angle of 313.21º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02AC is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.14 |
| HSL | 313.21º | 0.98% | 0.44% | - |
| HSV(B) | 313.21º | 0.99% | 0.86% | - |
| XYZ | 36.98 | 18.24 | 40.6 | - |
| YUV | 86.56 | 176.22 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 172 | 0 | 0.99 | 0.22 | 0.14 | 313.21 | 0.98 | 0.44 |
| Hex | DC | 2 | AC | 0 | 63 | 16 | E | 139 | 62 | 2C |
| Octal | 334 | 2 | 254 | 0 | 143 | 26 | 16 | 471 | 142 | 54 |
| Binary | 11011100 | 10 | 10101100 | 0 | 1100011 | 10110 | 1110 | 100111001 | 1100010 | 101100 |
Color Harmonies of #DC02AC
Complementary color
Monochromatic Colors of #DC02AC
Black with #DC02AC
Text Example
Text Example
White with #DC02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02AC; }
p { color: rgb(220,2,172); }
H1.HeaderClassName
{
color: #DC02AC;
}
.AnyTagClassName
{
color: #DC02AC;
}
</style>
background-color css
<style>
a { background-color: #DC02AC; }
a { background-color: rgb(220,2,172); }
div.DivClassName
{
background-color: #DC02AC;
}
.BgClassName
{
background-color: #DC02AC;
}
</style>
border-color css
<style>
span { border-color: #DC02AC; }
span { border-color: rgb(220,2,172); }
td.TdClassName
{
border-color: #DC02AC;
}
.TagClassName
{
border-color: #DC02AC;
}
</style>