Shades of Hollywood Cerise #DC02A2
Tints of Hollywood Cerise #DC02A2
RGB
CMYK
RGB Variations
Color information
#DC02A2 (or 0xDC02A2) is known color: Hollywood Cerise. HEX triplet: DC, 02 and A2. RGB value is (220,2,162). Sum of RGB (Red+Green+Blue) = 220+2+162=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02A2 is #23FD5D. Grayscale: #555555. Windows color (decimal): -2358622 or 10617564. OLE color: 10617564.
HSL color Cylindrical-coordinate representation of color #DC02A2: hue angle of 315.96º 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 #DC02A2 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 162 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.14 |
| HSL | 315.96º | 0.98% | 0.44% | - |
| HSV(B) | 315.96º | 0.99% | 0.86% | - |
| XYZ | 36.06 | 17.87 | 35.73 | - |
| YUV | 85.42 | 171.22 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 162 | 0 | 0.99 | 0.26 | 0.14 | 315.96 | 0.98 | 0.44 |
| Hex | DC | 2 | A2 | 0 | 63 | 1A | E | 13C | 62 | 2C |
| Octal | 334 | 2 | 242 | 0 | 143 | 32 | 16 | 474 | 142 | 54 |
| Binary | 11011100 | 10 | 10100010 | 0 | 1100011 | 11010 | 1110 | 100111100 | 1100010 | 101100 |
Color Harmonies of #DC02A2
Complementary color
Monochromatic Colors of #DC02A2
Black with #DC02A2
Text Example
Text Example
White with #DC02A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02A2; }
p { color: rgb(220,2,162); }
H1.HeaderClassName
{
color: #DC02A2;
}
.AnyTagClassName
{
color: #DC02A2;
}
</style>
background-color css
<style>
a { background-color: #DC02A2; }
a { background-color: rgb(220,2,162); }
div.DivClassName
{
background-color: #DC02A2;
}
.BgClassName
{
background-color: #DC02A2;
}
</style>
border-color css
<style>
span { border-color: #DC02A2; }
span { border-color: rgb(220,2,162); }
td.TdClassName
{
border-color: #DC02A2;
}
.TagClassName
{
border-color: #DC02A2;
}
</style>