Shades of Hollywood Cerise #DD0C96
Tints of Hollywood Cerise #DD0C96
RGB
CMYK
RGB Variations
Color information
#DD0C96 (or 0xDD0C96) is known color: Hollywood Cerise. HEX triplet: DD, 0C and 96. RGB value is (221,12,150). Sum of RGB (Red+Green+Blue) = 221+12+150=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 12 (5.08% from 255 or 3.13% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C96 is #22F369. Grayscale: #595959. Windows color (decimal): -2290538 or 9833693. OLE color: 9833693.
HSL color Cylindrical-coordinate representation of color #DD0C96: hue angle of 320.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C96 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 150 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.13 |
| HSL | 320.38º | 0.9% | 0.46% | - |
| HSV(B) | 320.38º | 0.95% | 0.87% | - |
| XYZ | 35.46 | 17.84 | 30.43 | - |
| YUV | 90.22 | 161.74 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 150 | 0 | 0.95 | 0.32 | 0.13 | 320.38 | 0.9 | 0.46 |
| Hex | DD | C | 96 | 0 | 5F | 20 | D | 140 | 5A | 2E |
| Octal | 335 | 14 | 226 | 0 | 137 | 40 | 15 | 500 | 132 | 56 |
| Binary | 11011101 | 1100 | 10010110 | 0 | 1011111 | 100000 | 1101 | 101000000 | 1011010 | 101110 |
Color Harmonies of #DD0C96
Complementary color
Monochromatic Colors of #DD0C96
Black with #DD0C96
Text Example
Text Example
White with #DD0C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C96; }
p { color: rgb(221,12,150); }
H1.HeaderClassName
{
color: #DD0C96;
}
.AnyTagClassName
{
color: #DD0C96;
}
</style>
background-color css
<style>
a { background-color: #DD0C96; }
a { background-color: rgb(221,12,150); }
div.DivClassName
{
background-color: #DD0C96;
}
.BgClassName
{
background-color: #DD0C96;
}
</style>
border-color css
<style>
span { border-color: #DD0C96; }
span { border-color: rgb(221,12,150); }
td.TdClassName
{
border-color: #DD0C96;
}
.TagClassName
{
border-color: #DD0C96;
}
</style>