Shades of Hollywood Cerise #DD0399
Tints of Hollywood Cerise #DD0399
RGB
CMYK
RGB Variations
Color information
#DD0399 (or 0xDD0399) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 99. RGB value is (221,3,153). Sum of RGB (Red+Green+Blue) = 221+3+153=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0399 is #22FC66. Grayscale: #545454. Windows color (decimal): -2292839 or 10027997. OLE color: 10027997.
HSL color Cylindrical-coordinate representation of color #DD0399: hue angle of 318.72º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0399 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.13 |
| HSL | 318.72º | 0.97% | 0.44% | - |
| HSV(B) | 318.72º | 0.99% | 0.87% | - |
| XYZ | 35.6 | 17.74 | 31.68 | - |
| YUV | 85.28 | 166.22 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 153 | 0 | 0.99 | 0.31 | 0.13 | 318.72 | 0.97 | 0.44 |
| Hex | DD | 3 | 99 | 0 | 63 | 1F | D | 13F | 61 | 2C |
| Octal | 335 | 3 | 231 | 0 | 143 | 37 | 15 | 477 | 141 | 54 |
| Binary | 11011101 | 11 | 10011001 | 0 | 1100011 | 11111 | 1101 | 100111111 | 1100001 | 101100 |
Color Harmonies of #DD0399
Complementary color
Monochromatic Colors of #DD0399
Black with #DD0399
Text Example
Text Example
White with #DD0399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0399; }
p { color: rgb(221,3,153); }
H1.HeaderClassName
{
color: #DD0399;
}
.AnyTagClassName
{
color: #DD0399;
}
</style>
background-color css
<style>
a { background-color: #DD0399; }
a { background-color: rgb(221,3,153); }
div.DivClassName
{
background-color: #DD0399;
}
.BgClassName
{
background-color: #DD0399;
}
</style>
border-color css
<style>
span { border-color: #DD0399; }
span { border-color: rgb(221,3,153); }
td.TdClassName
{
border-color: #DD0399;
}
.TagClassName
{
border-color: #DD0399;
}
</style>