Shades of Hollywood Cerise #DD109E
Tints of Hollywood Cerise #DD109E
RGB
CMYK
RGB Variations
Color information
#DD109E (or 0xDD109E) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 9E. RGB value is (221,16,158). Sum of RGB (Red+Green+Blue) = 221+16+158=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109E is #22EF61. Grayscale: #5D5D5D. Windows color (decimal): -2289506 or 10359005. OLE color: 10359005.
HSL color Cylindrical-coordinate representation of color #DD109E: hue angle of 318.44º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD109E is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 158 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.13 |
| HSL | 318.44º | 0.86% | 0.46% | - |
| HSV(B) | 318.44º | 0.93% | 0.87% | - |
| XYZ | 36.18 | 18.21 | 33.96 | - |
| YUV | 93.48 | 164.42 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 158 | 0 | 0.93 | 0.29 | 0.13 | 318.44 | 0.86 | 0.46 |
| Hex | DD | 10 | 9E | 0 | 5D | 1D | D | 13E | 56 | 2E |
| Octal | 335 | 20 | 236 | 0 | 135 | 35 | 15 | 476 | 126 | 56 |
| Binary | 11011101 | 10000 | 10011110 | 0 | 1011101 | 11101 | 1101 | 100111110 | 1010110 | 101110 |
Color Harmonies of #DD109E
Complementary color
Monochromatic Colors of #DD109E
Black with #DD109E
Text Example
Text Example
White with #DD109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD109E; }
p { color: rgb(221,16,158); }
H1.HeaderClassName
{
color: #DD109E;
}
.AnyTagClassName
{
color: #DD109E;
}
</style>
background-color css
<style>
a { background-color: #DD109E; }
a { background-color: rgb(221,16,158); }
div.DivClassName
{
background-color: #DD109E;
}
.BgClassName
{
background-color: #DD109E;
}
</style>
border-color css
<style>
span { border-color: #DD109E; }
span { border-color: rgb(221,16,158); }
td.TdClassName
{
border-color: #DD109E;
}
.TagClassName
{
border-color: #DD109E;
}
</style>