Shades of Hollywood Cerise #DD0096
Tints of Hollywood Cerise #DD0096
RGB
CMYK
RGB Variations
Color information
#DD0096 (or 0xDD0096) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 96. RGB value is (221,0,150). Sum of RGB (Red+Green+Blue) = 221+0+150=371 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.57% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0096 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0096 is #22FF69. Grayscale: #525252. Windows color (decimal): -2293610 or 9830621. OLE color: 9830621.
HSL color Cylindrical-coordinate representation of color #DD0096: hue angle of 319.28º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0096 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 150 | - |
| CMYK | 0 | 1 | 0.32 | 0.13 |
| HSL | 319.28º | 1% | 0.43% | - |
| HSV(B) | 319.28º | 1% | 0.87% | - |
| XYZ | 35.32 | 17.57 | 30.38 | - |
| YUV | 83.18 | 165.72 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 150 | 0 | 1 | 0.32 | 0.13 | 319.28 | 1 | 0.43 |
| Hex | DD | 0 | 96 | 0 | 64 | 20 | D | 13F | 64 | 2B |
| Octal | 335 | 0 | 226 | 0 | 144 | 40 | 15 | 477 | 144 | 53 |
| Binary | 11011101 | 0 | 10010110 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100100 | 101011 |
Color Harmonies of #DD0096
Complementary color
Monochromatic Colors of #DD0096
Black with #DD0096
Text Example
Text Example
White with #DD0096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0096; }
p { color: rgb(221,0,150); }
H1.HeaderClassName
{
color: #DD0096;
}
.AnyTagClassName
{
color: #DD0096;
}
</style>
background-color css
<style>
a { background-color: #DD0096; }
a { background-color: rgb(221,0,150); }
div.DivClassName
{
background-color: #DD0096;
}
.BgClassName
{
background-color: #DD0096;
}
</style>
border-color css
<style>
span { border-color: #DD0096; }
span { border-color: rgb(221,0,150); }
td.TdClassName
{
border-color: #DD0096;
}
.TagClassName
{
border-color: #DD0096;
}
</style>