Shades of Hollywood Cerise #DD0396
Tints of Hollywood Cerise #DD0396
RGB
CMYK
RGB Variations
Color information
#DD0396 (or 0xDD0396) is known color: Hollywood Cerise. HEX triplet: DD, 03 and 96. RGB value is (221,3,150). Sum of RGB (Red+Green+Blue) = 221+3+150=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0396 is #22FC69. Grayscale: #545454. Windows color (decimal): -2292842 or 9831389. OLE color: 9831389.
HSL color Cylindrical-coordinate representation of color #DD0396: hue angle of 319.54º 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 #DD0396 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.13 |
| HSL | 319.54º | 0.97% | 0.44% | - |
| HSV(B) | 319.54º | 0.99% | 0.87% | - |
| XYZ | 35.36 | 17.64 | 30.4 | - |
| YUV | 84.94 | 164.72 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 150 | 0 | 0.99 | 0.32 | 0.13 | 319.54 | 0.97 | 0.44 |
| Hex | DD | 3 | 96 | 0 | 63 | 20 | D | 140 | 61 | 2C |
| Octal | 335 | 3 | 226 | 0 | 143 | 40 | 15 | 500 | 141 | 54 |
| Binary | 11011101 | 11 | 10010110 | 0 | 1100011 | 100000 | 1101 | 101000000 | 1100001 | 101100 |
Color Harmonies of #DD0396
Complementary color
Monochromatic Colors of #DD0396
Black with #DD0396
Text Example
Text Example
White with #DD0396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0396; }
p { color: rgb(221,3,150); }
H1.HeaderClassName
{
color: #DD0396;
}
.AnyTagClassName
{
color: #DD0396;
}
</style>
background-color css
<style>
a { background-color: #DD0396; }
a { background-color: rgb(221,3,150); }
div.DivClassName
{
background-color: #DD0396;
}
.BgClassName
{
background-color: #DD0396;
}
</style>
border-color css
<style>
span { border-color: #DD0396; }
span { border-color: rgb(221,3,150); }
td.TdClassName
{
border-color: #DD0396;
}
.TagClassName
{
border-color: #DD0396;
}
</style>