Shades of Hollywood Cerise #DD0197
Tints of Hollywood Cerise #DD0197
RGB
CMYK
RGB Variations
Color information
#DD0197 (or 0xDD0197) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 97. RGB value is (221,1,151). Sum of RGB (Red+Green+Blue) = 221+1+151=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0197 is #22FE68. Grayscale: #535353. Windows color (decimal): -2293353 or 9896413. OLE color: 9896413.
HSL color Cylindrical-coordinate representation of color #DD0197: hue angle of 319.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0197 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 151 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.13 |
| HSL | 319.09º | 0.99% | 0.44% | - |
| HSV(B) | 319.09º | 1% | 0.87% | - |
| XYZ | 35.42 | 17.63 | 30.81 | - |
| YUV | 83.88 | 165.89 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 151 | 0 | 1.00 | 0.32 | 0.13 | 319.09 | 0.99 | 0.44 |
| Hex | DD | 1 | 97 | 0 | 64 | 20 | D | 13F | 63 | 2C |
| Octal | 335 | 1 | 227 | 0 | 144 | 40 | 15 | 477 | 143 | 54 |
| Binary | 11011101 | 1 | 10010111 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100011 | 101100 |
Color Harmonies of #DD0197
Complementary color
Monochromatic Colors of #DD0197
Black with #DD0197
Text Example
Text Example
White with #DD0197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0197; }
p { color: rgb(221,1,151); }
H1.HeaderClassName
{
color: #DD0197;
}
.AnyTagClassName
{
color: #DD0197;
}
</style>
background-color css
<style>
a { background-color: #DD0197; }
a { background-color: rgb(221,1,151); }
div.DivClassName
{
background-color: #DD0197;
}
.BgClassName
{
background-color: #DD0197;
}
</style>
border-color css
<style>
span { border-color: #DD0197; }
span { border-color: rgb(221,1,151); }
td.TdClassName
{
border-color: #DD0197;
}
.TagClassName
{
border-color: #DD0197;
}
</style>