Shades of Hollywood Cerise #DD0097
Tints of Hollywood Cerise #DD0097
RGB
CMYK
RGB Variations
Color information
#DD0097 (or 0xDD0097) is known color: Hollywood Cerise. HEX triplet: DD, 00 and 97. RGB value is (221,0,151). Sum of RGB (Red+Green+Blue) = 221+0+151=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0097 is #22FF68. Grayscale: #525252. Windows color (decimal): -2293609 or 9896157. OLE color: 9896157.
HSL color Cylindrical-coordinate representation of color #DD0097: hue angle of 319º 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 #DD0097 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.32 | 0.13 |
| HSL | 319º | 1% | 0.43% | - |
| HSV(B) | 319º | 1% | 0.87% | - |
| XYZ | 35.4 | 17.61 | 30.81 | - |
| YUV | 83.29 | 166.22 | 226.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 151 | 0 | 1 | 0.32 | 0.13 | 319 | 1 | 0.43 |
| Hex | DD | 0 | 97 | 0 | 64 | 20 | D | 13F | 64 | 2B |
| Octal | 335 | 0 | 227 | 0 | 144 | 40 | 15 | 477 | 144 | 53 |
| Binary | 11011101 | 0 | 10010111 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100100 | 101011 |
Color Harmonies of #DD0097
Complementary color
Monochromatic Colors of #DD0097
Black with #DD0097
Text Example
Text Example
White with #DD0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0097; }
p { color: rgb(221,0,151); }
H1.HeaderClassName
{
color: #DD0097;
}
.AnyTagClassName
{
color: #DD0097;
}
</style>
background-color css
<style>
a { background-color: #DD0097; }
a { background-color: rgb(221,0,151); }
div.DivClassName
{
background-color: #DD0097;
}
.BgClassName
{
background-color: #DD0097;
}
</style>
border-color css
<style>
span { border-color: #DD0097; }
span { border-color: rgb(221,0,151); }
td.TdClassName
{
border-color: #DD0097;
}
.TagClassName
{
border-color: #DD0097;
}
</style>