Shades of Hollywood Cerise #DC05A1
Tints of Hollywood Cerise #DC05A1
RGB
CMYK
RGB Variations
Color information
#DC05A1 (or 0xDC05A1) is known color: Hollywood Cerise. HEX triplet: DC, 05 and A1. RGB value is (220,5,161). Sum of RGB (Red+Green+Blue) = 220+5+161=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 5 (2.34% from 255 or 1.30% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC05A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC05A1 is #23FA5E. Grayscale: #565656. Windows color (decimal): -2357855 or 10552796. OLE color: 10552796.
HSL color Cylindrical-coordinate representation of color #DC05A1: hue angle of 316.47º 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 #DC05A1 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 161 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.14 |
| HSL | 316.47º | 0.96% | 0.44% | - |
| HSV(B) | 316.47º | 0.98% | 0.86% | - |
| XYZ | 36 | 17.9 | 35.28 | - |
| YUV | 87.07 | 169.73 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 161 | 0 | 0.98 | 0.27 | 0.14 | 316.47 | 0.96 | 0.44 |
| Hex | DC | 5 | A1 | 0 | 62 | 1B | E | 13C | 60 | 2C |
| Octal | 334 | 5 | 241 | 0 | 142 | 33 | 16 | 474 | 140 | 54 |
| Binary | 11011100 | 101 | 10100001 | 0 | 1100010 | 11011 | 1110 | 100111100 | 1100000 | 101100 |
Color Harmonies of #DC05A1
Complementary color
Monochromatic Colors of #DC05A1
Black with #DC05A1
Text Example
Text Example
White with #DC05A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC05A1; }
p { color: rgb(220,5,161); }
H1.HeaderClassName
{
color: #DC05A1;
}
.AnyTagClassName
{
color: #DC05A1;
}
</style>
background-color css
<style>
a { background-color: #DC05A1; }
a { background-color: rgb(220,5,161); }
div.DivClassName
{
background-color: #DC05A1;
}
.BgClassName
{
background-color: #DC05A1;
}
</style>
border-color css
<style>
span { border-color: #DC05A1; }
span { border-color: rgb(220,5,161); }
td.TdClassName
{
border-color: #DC05A1;
}
.TagClassName
{
border-color: #DC05A1;
}
</style>