Shades of Hollywood Cerise #DC0E9F
Tints of Hollywood Cerise #DC0E9F
RGB
CMYK
RGB Variations
Color information
#DC0E9F (or 0xDC0E9F) is known color: Hollywood Cerise. HEX triplet: DC, 0E and 9F. RGB value is (220,14,159). Sum of RGB (Red+Green+Blue) = 220+14+159=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 14 (5.86% from 255 or 3.56% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E9F is #23F160. Grayscale: #5B5B5B. Windows color (decimal): -2355553 or 10424028. OLE color: 10424028.
HSL color Cylindrical-coordinate representation of color #DC0E9F: hue angle of 317.77º 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 #DC0E9F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 159 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.14 |
| HSL | 317.77º | 0.88% | 0.46% | - |
| HSV(B) | 317.77º | 0.94% | 0.86% | - |
| XYZ | 35.93 | 18.03 | 34.39 | - |
| YUV | 92.12 | 165.75 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 159 | 0 | 0.94 | 0.28 | 0.14 | 317.77 | 0.88 | 0.46 |
| Hex | DC | E | 9F | 0 | 5E | 1C | E | 13E | 58 | 2E |
| Octal | 334 | 16 | 237 | 0 | 136 | 34 | 16 | 476 | 130 | 56 |
| Binary | 11011100 | 1110 | 10011111 | 0 | 1011110 | 11100 | 1110 | 100111110 | 1011000 | 101110 |
Color Harmonies of #DC0E9F
Complementary color
Monochromatic Colors of #DC0E9F
Black with #DC0E9F
Text Example
Text Example
White with #DC0E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E9F; }
p { color: rgb(220,14,159); }
H1.HeaderClassName
{
color: #DC0E9F;
}
.AnyTagClassName
{
color: #DC0E9F;
}
</style>
background-color css
<style>
a { background-color: #DC0E9F; }
a { background-color: rgb(220,14,159); }
div.DivClassName
{
background-color: #DC0E9F;
}
.BgClassName
{
background-color: #DC0E9F;
}
</style>
border-color css
<style>
span { border-color: #DC0E9F; }
span { border-color: rgb(220,14,159); }
td.TdClassName
{
border-color: #DC0E9F;
}
.TagClassName
{
border-color: #DC0E9F;
}
</style>