Shades of Hollywood Cerise #DD0D9F
Tints of Hollywood Cerise #DD0D9F
RGB
CMYK
RGB Variations
Color information
#DD0D9F (or 0xDD0D9F) is known color: Hollywood Cerise. HEX triplet: DD, 0D and 9F. RGB value is (221,13,159). Sum of RGB (Red+Green+Blue) = 221+13+159=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0D9F is #22F260. Grayscale: #5B5B5B. Windows color (decimal): -2290273 or 10423773. OLE color: 10423773.
HSL color Cylindrical-coordinate representation of color #DD0D9F: hue angle of 317.88º 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 #DD0D9F is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 159 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.13 |
| HSL | 317.88º | 0.89% | 0.46% | - |
| HSV(B) | 317.88º | 0.94% | 0.87% | - |
| XYZ | 36.22 | 18.16 | 34.4 | - |
| YUV | 91.84 | 165.91 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 159 | 0 | 0.94 | 0.28 | 0.13 | 317.88 | 0.89 | 0.46 |
| Hex | DD | D | 9F | 0 | 5E | 1C | D | 13E | 59 | 2E |
| Octal | 335 | 15 | 237 | 0 | 136 | 34 | 15 | 476 | 131 | 56 |
| Binary | 11011101 | 1101 | 10011111 | 0 | 1011110 | 11100 | 1101 | 100111110 | 1011001 | 101110 |
Color Harmonies of #DD0D9F
Complementary color
Monochromatic Colors of #DD0D9F
Black with #DD0D9F
Text Example
Text Example
White with #DD0D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D9F; }
p { color: rgb(221,13,159); }
H1.HeaderClassName
{
color: #DD0D9F;
}
.AnyTagClassName
{
color: #DD0D9F;
}
</style>
background-color css
<style>
a { background-color: #DD0D9F; }
a { background-color: rgb(221,13,159); }
div.DivClassName
{
background-color: #DD0D9F;
}
.BgClassName
{
background-color: #DD0D9F;
}
</style>
border-color css
<style>
span { border-color: #DD0D9F; }
span { border-color: rgb(221,13,159); }
td.TdClassName
{
border-color: #DD0D9F;
}
.TagClassName
{
border-color: #DD0D9F;
}
</style>