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