Shades of Hollywood Cerise #DD199F
Tints of Hollywood Cerise #DD199F
RGB
CMYK
RGB Variations
Color information
#DD199F (or 0xDD199F) is known color: Hollywood Cerise. HEX triplet: DD, 19 and 9F. RGB value is (221,25,159). Sum of RGB (Red+Green+Blue) = 221+25+159=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD199F is #22E660. Grayscale: #626262. Windows color (decimal): -2287201 or 10426845. OLE color: 10426845.
HSL color Cylindrical-coordinate representation of color #DD199F: hue angle of 318.98º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD199F is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 159 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.13 |
| HSL | 318.98º | 0.8% | 0.48% | - |
| HSV(B) | 318.98º | 0.89% | 0.87% | - |
| XYZ | 36.42 | 18.57 | 34.47 | - |
| YUV | 98.88 | 161.93 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 159 | 0 | 0.89 | 0.28 | 0.13 | 318.98 | 0.8 | 0.48 |
| Hex | DD | 19 | 9F | 0 | 59 | 1C | D | 13F | 50 | 30 |
| Octal | 335 | 31 | 237 | 0 | 131 | 34 | 15 | 477 | 120 | 60 |
| Binary | 11011101 | 11001 | 10011111 | 0 | 1011001 | 11100 | 1101 | 100111111 | 1010000 | 110000 |
Color Harmonies of #DD199F
Complementary color
Monochromatic Colors of #DD199F
Black with #DD199F
Text Example
Text Example
White with #DD199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD199F; }
p { color: rgb(221,25,159); }
H1.HeaderClassName
{
color: #DD199F;
}
.AnyTagClassName
{
color: #DD199F;
}
</style>
background-color css
<style>
a { background-color: #DD199F; }
a { background-color: rgb(221,25,159); }
div.DivClassName
{
background-color: #DD199F;
}
.BgClassName
{
background-color: #DD199F;
}
</style>
border-color css
<style>
span { border-color: #DD199F; }
span { border-color: rgb(221,25,159); }
td.TdClassName
{
border-color: #DD199F;
}
.TagClassName
{
border-color: #DD199F;
}
</style>