Shades of Hollywood Cerise #DD0C97
Tints of Hollywood Cerise #DD0C97
RGB
CMYK
RGB Variations
Color information
#DD0C97 (or 0xDD0C97) is known color: Hollywood Cerise. HEX triplet: DD, 0C and 97. RGB value is (221,12,151). Sum of RGB (Red+Green+Blue) = 221+12+151=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0C97 is #22F368. Grayscale: #595959. Windows color (decimal): -2290537 or 9899229. OLE color: 9899229.
HSL color Cylindrical-coordinate representation of color #DD0C97: hue angle of 320.1º 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 #DD0C97 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.13 |
| HSL | 320.1º | 0.9% | 0.46% | - |
| HSV(B) | 320.1º | 0.95% | 0.87% | - |
| XYZ | 35.54 | 17.87 | 30.85 | - |
| YUV | 90.34 | 162.24 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 151 | 0 | 0.95 | 0.32 | 0.13 | 320.1 | 0.9 | 0.46 |
| Hex | DD | C | 97 | 0 | 5F | 20 | D | 140 | 5A | 2E |
| Octal | 335 | 14 | 227 | 0 | 137 | 40 | 15 | 500 | 132 | 56 |
| Binary | 11011101 | 1100 | 10010111 | 0 | 1011111 | 100000 | 1101 | 101000000 | 1011010 | 101110 |
Color Harmonies of #DD0C97
Complementary color
Monochromatic Colors of #DD0C97
Black with #DD0C97
Text Example
Text Example
White with #DD0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C97; }
p { color: rgb(221,12,151); }
H1.HeaderClassName
{
color: #DD0C97;
}
.AnyTagClassName
{
color: #DD0C97;
}
</style>
background-color css
<style>
a { background-color: #DD0C97; }
a { background-color: rgb(221,12,151); }
div.DivClassName
{
background-color: #DD0C97;
}
.BgClassName
{
background-color: #DD0C97;
}
</style>
border-color css
<style>
span { border-color: #DD0C97; }
span { border-color: rgb(221,12,151); }
td.TdClassName
{
border-color: #DD0C97;
}
.TagClassName
{
border-color: #DD0C97;
}
</style>