Shades of Hollywood Cerise #DD0599
Tints of Hollywood Cerise #DD0599
RGB
CMYK
RGB Variations
Color information
#DD0599 (or 0xDD0599) is known color: Hollywood Cerise. HEX triplet: DD, 05 and 99. RGB value is (221,5,153). Sum of RGB (Red+Green+Blue) = 221+5+153=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 5 (2.34% from 255 or 1.32% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0599 is #22FA66. Grayscale: #565656. Windows color (decimal): -2292327 or 10028509. OLE color: 10028509.
HSL color Cylindrical-coordinate representation of color #DD0599: hue angle of 318.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0599 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.13 |
| HSL | 318.89º | 0.96% | 0.44% | - |
| HSV(B) | 318.89º | 0.98% | 0.87% | - |
| XYZ | 35.62 | 17.78 | 31.69 | - |
| YUV | 86.46 | 165.56 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 153 | 0 | 0.98 | 0.31 | 0.13 | 318.89 | 0.96 | 0.44 |
| Hex | DD | 5 | 99 | 0 | 62 | 1F | D | 13F | 60 | 2C |
| Octal | 335 | 5 | 231 | 0 | 142 | 37 | 15 | 477 | 140 | 54 |
| Binary | 11011101 | 101 | 10011001 | 0 | 1100010 | 11111 | 1101 | 100111111 | 1100000 | 101100 |
Color Harmonies of #DD0599
Complementary color
Monochromatic Colors of #DD0599
Black with #DD0599
Text Example
Text Example
White with #DD0599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0599; }
p { color: rgb(221,5,153); }
H1.HeaderClassName
{
color: #DD0599;
}
.AnyTagClassName
{
color: #DD0599;
}
</style>
background-color css
<style>
a { background-color: #DD0599; }
a { background-color: rgb(221,5,153); }
div.DivClassName
{
background-color: #DD0599;
}
.BgClassName
{
background-color: #DD0599;
}
</style>
border-color css
<style>
span { border-color: #DD0599; }
span { border-color: rgb(221,5,153); }
td.TdClassName
{
border-color: #DD0599;
}
.TagClassName
{
border-color: #DD0599;
}
</style>