Shades of Hollywood Cerise #DD0E97
Tints of Hollywood Cerise #DD0E97
RGB
CMYK
RGB Variations
Color information
#DD0E97 (or 0xDD0E97) is known color: Hollywood Cerise. HEX triplet: DD, 0E and 97. RGB value is (221,14,151). Sum of RGB (Red+Green+Blue) = 221+14+151=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 14 (5.86% from 255 or 3.63% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0E97 is #22F168. Grayscale: #5B5B5B. Windows color (decimal): -2290025 or 9899741. OLE color: 9899741.
HSL color Cylindrical-coordinate representation of color #DD0E97: hue angle of 320.29º 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 #DD0E97 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 14 | 151 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.13 |
| HSL | 320.29º | 0.88% | 0.46% | - |
| HSV(B) | 320.29º | 0.94% | 0.87% | - |
| XYZ | 35.56 | 17.92 | 30.86 | - |
| YUV | 91.51 | 161.58 | 220.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 14 | 151 | 0 | 0.94 | 0.32 | 0.13 | 320.29 | 0.88 | 0.46 |
| Hex | DD | E | 97 | 0 | 5E | 20 | D | 140 | 58 | 2E |
| Octal | 335 | 16 | 227 | 0 | 136 | 40 | 15 | 500 | 130 | 56 |
| Binary | 11011101 | 1110 | 10010111 | 0 | 1011110 | 100000 | 1101 | 101000000 | 1011000 | 101110 |
Color Harmonies of #DD0E97
Complementary color
Monochromatic Colors of #DD0E97
Black with #DD0E97
Text Example
Text Example
White with #DD0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0E97; }
p { color: rgb(221,14,151); }
H1.HeaderClassName
{
color: #DD0E97;
}
.AnyTagClassName
{
color: #DD0E97;
}
</style>
background-color css
<style>
a { background-color: #DD0E97; }
a { background-color: rgb(221,14,151); }
div.DivClassName
{
background-color: #DD0E97;
}
.BgClassName
{
background-color: #DD0E97;
}
</style>
border-color css
<style>
span { border-color: #DD0E97; }
span { border-color: rgb(221,14,151); }
td.TdClassName
{
border-color: #DD0E97;
}
.TagClassName
{
border-color: #DD0E97;
}
</style>