Shades of Hollywood Cerise #DC05A8
Tints of Hollywood Cerise #DC05A8
RGB
CMYK
RGB Variations
Color information
#DC05A8 (or 0xDC05A8) is known color: Hollywood Cerise. HEX triplet: DC, 05 and A8. RGB value is (220,5,168). Sum of RGB (Red+Green+Blue) = 220+5+168=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05A8 is #23FA57. Grayscale: #575757. Windows color (decimal): -2357848 or 11011548. OLE color: 11011548.
HSL color Cylindrical-coordinate representation of color #DC05A8: hue angle of 314.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC05A8 is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 168 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.14 |
| HSL | 314.51º | 0.96% | 0.44% | - |
| HSV(B) | 314.51º | 0.98% | 0.86% | - |
| XYZ | 36.64 | 18.15 | 38.62 | - |
| YUV | 87.87 | 173.23 | 222.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 168 | 0 | 0.98 | 0.24 | 0.14 | 314.51 | 0.96 | 0.44 |
| Hex | DC | 5 | A8 | 0 | 62 | 18 | E | 13B | 60 | 2C |
| Octal | 334 | 5 | 250 | 0 | 142 | 30 | 16 | 473 | 140 | 54 |
| Binary | 11011100 | 101 | 10101000 | 0 | 1100010 | 11000 | 1110 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DC05A8
Complementary color
Monochromatic Colors of #DC05A8
Black with #DC05A8
Text Example
Text Example
White with #DC05A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05A8; }
p { color: rgb(220,5,168); }
H1.HeaderClassName
{
color: #DC05A8;
}
.AnyTagClassName
{
color: #DC05A8;
}
</style>
background-color css
<style>
a { background-color: #DC05A8; }
a { background-color: rgb(220,5,168); }
div.DivClassName
{
background-color: #DC05A8;
}
.BgClassName
{
background-color: #DC05A8;
}
</style>
border-color css
<style>
span { border-color: #DC05A8; }
span { border-color: rgb(220,5,168); }
td.TdClassName
{
border-color: #DC05A8;
}
.TagClassName
{
border-color: #DC05A8;
}
</style>