Shades of Hollywood Cerise #DD109F
Tints of Hollywood Cerise #DD109F
RGB
CMYK
RGB Variations
Color information
#DD109F (or 0xDD109F) is known color: Hollywood Cerise. HEX triplet: DD, 10 and 9F. RGB value is (221,16,159). Sum of RGB (Red+Green+Blue) = 221+16+159=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD109F is #22EF60. Grayscale: #5D5D5D. Windows color (decimal): -2289505 or 10424541. OLE color: 10424541.
HSL color Cylindrical-coordinate representation of color #DD109F: hue angle of 318.15º 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 #DD109F is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 159 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.13 |
| HSL | 318.15º | 0.86% | 0.46% | - |
| HSV(B) | 318.15º | 0.93% | 0.87% | - |
| XYZ | 36.26 | 18.25 | 34.41 | - |
| YUV | 93.6 | 164.92 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 159 | 0 | 0.93 | 0.28 | 0.13 | 318.15 | 0.86 | 0.46 |
| Hex | DD | 10 | 9F | 0 | 5D | 1C | D | 13E | 56 | 2E |
| Octal | 335 | 20 | 237 | 0 | 135 | 34 | 15 | 476 | 126 | 56 |
| Binary | 11011101 | 10000 | 10011111 | 0 | 1011101 | 11100 | 1101 | 100111110 | 1010110 | 101110 |
Color Harmonies of #DD109F
Complementary color
Monochromatic Colors of #DD109F
Black with #DD109F
Text Example
Text Example
White with #DD109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD109F; }
p { color: rgb(221,16,159); }
H1.HeaderClassName
{
color: #DD109F;
}
.AnyTagClassName
{
color: #DD109F;
}
</style>
background-color css
<style>
a { background-color: #DD109F; }
a { background-color: rgb(221,16,159); }
div.DivClassName
{
background-color: #DD109F;
}
.BgClassName
{
background-color: #DD109F;
}
</style>
border-color css
<style>
span { border-color: #DD109F; }
span { border-color: rgb(221,16,159); }
td.TdClassName
{
border-color: #DD109F;
}
.TagClassName
{
border-color: #DD109F;
}
</style>