Shades of Hollywood Cerise #DC0EAD
Tints of Hollywood Cerise #DC0EAD
RGB
CMYK
RGB Variations
Color information
#DC0EAD (or 0xDC0EAD) is known color: Hollywood Cerise. HEX triplet: DC, 0E and AD. RGB value is (220,14,173). Sum of RGB (Red+Green+Blue) = 220+14+173=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0EAD is #23F152. Grayscale: #5D5D5D. Windows color (decimal): -2355539 or 11341532. OLE color: 11341532.
HSL color Cylindrical-coordinate representation of color #DC0EAD: hue angle of 313.69º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0EAD is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 173 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.14 |
| HSL | 313.69º | 0.88% | 0.46% | - |
| HSV(B) | 313.69º | 0.94% | 0.86% | - |
| XYZ | 37.22 | 18.55 | 41.15 | - |
| YUV | 93.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 173 | 0 | 0.94 | 0.21 | 0.14 | 313.69 | 0.88 | 0.46 |
| Hex | DC | E | AD | 0 | 5E | 15 | E | 13A | 58 | 2E |
| Octal | 334 | 16 | 255 | 0 | 136 | 25 | 16 | 472 | 130 | 56 |
| Binary | 11011100 | 1110 | 10101101 | 0 | 1011110 | 10101 | 1110 | 100111010 | 1011000 | 101110 |
Color Harmonies of #DC0EAD
Complementary color
Monochromatic Colors of #DC0EAD
Black with #DC0EAD
Text Example
Text Example
White with #DC0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0EAD; }
p { color: rgb(220,14,173); }
H1.HeaderClassName
{
color: #DC0EAD;
}
.AnyTagClassName
{
color: #DC0EAD;
}
</style>
background-color css
<style>
a { background-color: #DC0EAD; }
a { background-color: rgb(220,14,173); }
div.DivClassName
{
background-color: #DC0EAD;
}
.BgClassName
{
background-color: #DC0EAD;
}
</style>
border-color css
<style>
span { border-color: #DC0EAD; }
span { border-color: rgb(220,14,173); }
td.TdClassName
{
border-color: #DC0EAD;
}
.TagClassName
{
border-color: #DC0EAD;
}
</style>