Shades of Hollywood Cerise #DC02A6
Tints of Hollywood Cerise #DC02A6
RGB
CMYK
RGB Variations
Color information
#DC02A6 (or 0xDC02A6) is known color: Hollywood Cerise. HEX triplet: DC, 02 and A6. RGB value is (220,2,166). Sum of RGB (Red+Green+Blue) = 220+2+166=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02A6 is #23FD59. Grayscale: #555555. Windows color (decimal): -2358618 or 10879708. OLE color: 10879708.
HSL color Cylindrical-coordinate representation of color #DC02A6: hue angle of 314.86º 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 #DC02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.14 |
| HSL | 314.86º | 0.98% | 0.44% | - |
| HSV(B) | 314.86º | 0.99% | 0.86% | - |
| XYZ | 36.42 | 18.01 | 37.63 | - |
| YUV | 85.88 | 173.22 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 166 | 0 | 0.99 | 0.25 | 0.14 | 314.86 | 0.98 | 0.44 |
| Hex | DC | 2 | A6 | 0 | 63 | 19 | E | 13B | 62 | 2C |
| Octal | 334 | 2 | 246 | 0 | 143 | 31 | 16 | 473 | 142 | 54 |
| Binary | 11011100 | 10 | 10100110 | 0 | 1100011 | 11001 | 1110 | 100111011 | 1100010 | 101100 |
Color Harmonies of #DC02A6
Complementary color
Monochromatic Colors of #DC02A6
Black with #DC02A6
Text Example
Text Example
White with #DC02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02A6; }
p { color: rgb(220,2,166); }
H1.HeaderClassName
{
color: #DC02A6;
}
.AnyTagClassName
{
color: #DC02A6;
}
</style>
background-color css
<style>
a { background-color: #DC02A6; }
a { background-color: rgb(220,2,166); }
div.DivClassName
{
background-color: #DC02A6;
}
.BgClassName
{
background-color: #DC02A6;
}
</style>
border-color css
<style>
span { border-color: #DC02A6; }
span { border-color: rgb(220,2,166); }
td.TdClassName
{
border-color: #DC02A6;
}
.TagClassName
{
border-color: #DC02A6;
}
</style>