Shades of Hollywood Cerise #DD0499
Tints of Hollywood Cerise #DD0499
RGB
CMYK
RGB Variations
Color information
#DD0499 (or 0xDD0499) is known color: Hollywood Cerise. HEX triplet: DD, 04 and 99. RGB value is (221,4,153). Sum of RGB (Red+Green+Blue) = 221+4+153=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0499 is #22FB66. Grayscale: #555555. Windows color (decimal): -2292583 or 10028253. OLE color: 10028253.
HSL color Cylindrical-coordinate representation of color #DD0499: hue angle of 318.8º 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 #DD0499 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 153 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.13 |
| HSL | 318.8º | 0.96% | 0.44% | - |
| HSV(B) | 318.8º | 0.98% | 0.87% | - |
| XYZ | 35.61 | 17.76 | 31.69 | - |
| YUV | 85.87 | 165.89 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 153 | 0 | 0.98 | 0.31 | 0.13 | 318.8 | 0.96 | 0.44 |
| Hex | DD | 4 | 99 | 0 | 62 | 1F | D | 13F | 60 | 2C |
| Octal | 335 | 4 | 231 | 0 | 142 | 37 | 15 | 477 | 140 | 54 |
| Binary | 11011101 | 100 | 10011001 | 0 | 1100010 | 11111 | 1101 | 100111111 | 1100000 | 101100 |
Color Harmonies of #DD0499
Complementary color
Monochromatic Colors of #DD0499
Black with #DD0499
Text Example
Text Example
White with #DD0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0499; }
p { color: rgb(221,4,153); }
H1.HeaderClassName
{
color: #DD0499;
}
.AnyTagClassName
{
color: #DD0499;
}
</style>
background-color css
<style>
a { background-color: #DD0499; }
a { background-color: rgb(221,4,153); }
div.DivClassName
{
background-color: #DD0499;
}
.BgClassName
{
background-color: #DD0499;
}
</style>
border-color css
<style>
span { border-color: #DD0499; }
span { border-color: rgb(221,4,153); }
td.TdClassName
{
border-color: #DD0499;
}
.TagClassName
{
border-color: #DD0499;
}
</style>