Shades of Hollywood Cerise #DD0E9F
Tints of Hollywood Cerise #DD0E9F
RGB
CMYK
RGB Variations
Color information
#DD0E9F (or 0xDD0E9F) is known color: Hollywood Cerise. HEX triplet: DD, 0E and 9F. RGB value is (221,14,159). Sum of RGB (Red+Green+Blue) = 221+14+159=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 14 (5.86% from 255 or 3.55% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0E9F is #22F160. Grayscale: #5C5C5C. Windows color (decimal): -2290017 or 10424029. OLE color: 10424029.
HSL color Cylindrical-coordinate representation of color #DD0E9F: hue angle of 317.97º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0E9F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 159 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.13 |
| HSL | 317.97º | 0.88% | 0.46% | - |
| HSV(B) | 317.97º | 0.94% | 0.87% | - |
| XYZ | 36.23 | 18.19 | 34.4 | - |
| YUV | 92.42 | 165.58 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 159 | 0 | 0.94 | 0.28 | 0.13 | 317.97 | 0.88 | 0.46 |
| Hex | DD | E | 9F | 0 | 5E | 1C | D | 13E | 58 | 2E |
| Octal | 335 | 16 | 237 | 0 | 136 | 34 | 15 | 476 | 130 | 56 |
| Binary | 11011101 | 1110 | 10011111 | 0 | 1011110 | 11100 | 1101 | 100111110 | 1011000 | 101110 |
Color Harmonies of #DD0E9F
Complementary color
Monochromatic Colors of #DD0E9F
Black with #DD0E9F
Text Example
Text Example
White with #DD0E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E9F; }
p { color: rgb(221,14,159); }
H1.HeaderClassName
{
color: #DD0E9F;
}
.AnyTagClassName
{
color: #DD0E9F;
}
</style>
background-color css
<style>
a { background-color: #DD0E9F; }
a { background-color: rgb(221,14,159); }
div.DivClassName
{
background-color: #DD0E9F;
}
.BgClassName
{
background-color: #DD0E9F;
}
</style>
border-color css
<style>
span { border-color: #DD0E9F; }
span { border-color: rgb(221,14,159); }
td.TdClassName
{
border-color: #DD0E9F;
}
.TagClassName
{
border-color: #DD0E9F;
}
</style>