Shades of Hollywood Cerise #DC02A7
Tints of Hollywood Cerise #DC02A7
RGB
CMYK
RGB Variations
Color information
#DC02A7 (or 0xDC02A7) is known color: Hollywood Cerise. HEX triplet: DC, 02 and A7. RGB value is (220,2,167). Sum of RGB (Red+Green+Blue) = 220+2+167=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 167 (65.62% from 255 or 42.93% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC02A7 is #23FD58. Grayscale: #555555. Windows color (decimal): -2358617 or 10945244. OLE color: 10945244.
HSL color Cylindrical-coordinate representation of color #DC02A7: hue angle of 314.59º 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 #DC02A7 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.14 |
| HSL | 314.59º | 0.98% | 0.44% | - |
| HSV(B) | 314.59º | 0.99% | 0.86% | - |
| XYZ | 36.51 | 18.05 | 38.12 | - |
| YUV | 85.99 | 173.72 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 167 | 0 | 0.99 | 0.24 | 0.14 | 314.59 | 0.98 | 0.44 |
| Hex | DC | 2 | A7 | 0 | 63 | 18 | E | 13B | 62 | 2C |
| Octal | 334 | 2 | 247 | 0 | 143 | 30 | 16 | 473 | 142 | 54 |
| Binary | 11011100 | 10 | 10100111 | 0 | 1100011 | 11000 | 1110 | 100111011 | 1100010 | 101100 |
Color Harmonies of #DC02A7
Complementary color
Monochromatic Colors of #DC02A7
Black with #DC02A7
Text Example
Text Example
White with #DC02A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02A7; }
p { color: rgb(220,2,167); }
H1.HeaderClassName
{
color: #DC02A7;
}
.AnyTagClassName
{
color: #DC02A7;
}
</style>
background-color css
<style>
a { background-color: #DC02A7; }
a { background-color: rgb(220,2,167); }
div.DivClassName
{
background-color: #DC02A7;
}
.BgClassName
{
background-color: #DC02A7;
}
</style>
border-color css
<style>
span { border-color: #DC02A7; }
span { border-color: rgb(220,2,167); }
td.TdClassName
{
border-color: #DC02A7;
}
.TagClassName
{
border-color: #DC02A7;
}
</style>