Shades of Hollywood Cerise #DC05A6
Tints of Hollywood Cerise #DC05A6
RGB
CMYK
RGB Variations
Color information
#DC05A6 (or 0xDC05A6) is known color: Hollywood Cerise. HEX triplet: DC, 05 and A6. RGB value is (220,5,166). Sum of RGB (Red+Green+Blue) = 220+5+166=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 166 (65.23% from 255 or 42.46% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05A6 is #23FA59. Grayscale: #575757. Windows color (decimal): -2357850 or 10880476. OLE color: 10880476.
HSL color Cylindrical-coordinate representation of color #DC05A6: hue angle of 315.07º 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 #DC05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.14 |
| HSL | 315.07º | 0.96% | 0.44% | - |
| HSV(B) | 315.07º | 0.98% | 0.86% | - |
| XYZ | 36.45 | 18.08 | 37.64 | - |
| YUV | 87.64 | 172.23 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 166 | 0 | 0.98 | 0.25 | 0.14 | 315.07 | 0.96 | 0.44 |
| Hex | DC | 5 | A6 | 0 | 62 | 19 | E | 13B | 60 | 2C |
| Octal | 334 | 5 | 246 | 0 | 142 | 31 | 16 | 473 | 140 | 54 |
| Binary | 11011100 | 101 | 10100110 | 0 | 1100010 | 11001 | 1110 | 100111011 | 1100000 | 101100 |
Color Harmonies of #DC05A6
Complementary color
Monochromatic Colors of #DC05A6
Black with #DC05A6
Text Example
Text Example
White with #DC05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05A6; }
p { color: rgb(220,5,166); }
H1.HeaderClassName
{
color: #DC05A6;
}
.AnyTagClassName
{
color: #DC05A6;
}
</style>
background-color css
<style>
a { background-color: #DC05A6; }
a { background-color: rgb(220,5,166); }
div.DivClassName
{
background-color: #DC05A6;
}
.BgClassName
{
background-color: #DC05A6;
}
</style>
border-color css
<style>
span { border-color: #DC05A6; }
span { border-color: rgb(220,5,166); }
td.TdClassName
{
border-color: #DC05A6;
}
.TagClassName
{
border-color: #DC05A6;
}
</style>