Shades of Hollywood Cerise #DD0D9E
Tints of Hollywood Cerise #DD0D9E
RGB
CMYK
RGB Variations
Color information
#DD0D9E (or 0xDD0D9E) is known color: Hollywood Cerise. HEX triplet: DD, 0D and 9E. RGB value is (221,13,158). Sum of RGB (Red+Green+Blue) = 221+13+158=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 13 (5.47% from 255 or 3.32% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D9E is #22F261. Grayscale: #5B5B5B. Windows color (decimal): -2290274 or 10358237. OLE color: 10358237.
HSL color Cylindrical-coordinate representation of color #DD0D9E: hue angle of 318.17º degrees, saturation: 0.89, 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 #DD0D9E is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 158 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.13 |
| HSL | 318.17º | 0.89% | 0.46% | - |
| HSV(B) | 318.17º | 0.94% | 0.87% | - |
| XYZ | 36.13 | 18.13 | 33.94 | - |
| YUV | 91.72 | 165.41 | 220.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 158 | 0 | 0.94 | 0.29 | 0.13 | 318.17 | 0.89 | 0.46 |
| Hex | DD | D | 9E | 0 | 5E | 1D | D | 13E | 59 | 2E |
| Octal | 335 | 15 | 236 | 0 | 136 | 35 | 15 | 476 | 131 | 56 |
| Binary | 11011101 | 1101 | 10011110 | 0 | 1011110 | 11101 | 1101 | 100111110 | 1011001 | 101110 |
Color Harmonies of #DD0D9E
Complementary color
Monochromatic Colors of #DD0D9E
Black with #DD0D9E
Text Example
Text Example
White with #DD0D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D9E; }
p { color: rgb(221,13,158); }
H1.HeaderClassName
{
color: #DD0D9E;
}
.AnyTagClassName
{
color: #DD0D9E;
}
</style>
background-color css
<style>
a { background-color: #DD0D9E; }
a { background-color: rgb(221,13,158); }
div.DivClassName
{
background-color: #DD0D9E;
}
.BgClassName
{
background-color: #DD0D9E;
}
</style>
border-color css
<style>
span { border-color: #DD0D9E; }
span { border-color: rgb(221,13,158); }
td.TdClassName
{
border-color: #DD0D9E;
}
.TagClassName
{
border-color: #DD0D9E;
}
</style>