Shades of Hollywood Cerise #DD019F
Tints of Hollywood Cerise #DD019F
RGB
CMYK
RGB Variations
Color information
#DD019F (or 0xDD019F) is known color: Hollywood Cerise. HEX triplet: DD, 01 and 9F. RGB value is (221,1,159). Sum of RGB (Red+Green+Blue) = 221+1+159=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD019F is #22FE60. Grayscale: #545454. Windows color (decimal): -2293345 or 10420701. OLE color: 10420701.
HSL color Cylindrical-coordinate representation of color #DD019F: hue angle of 316.91º 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 #DD019F is Cyan = 0, Magento = 1.00, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.28 | 0.13 |
| HSL | 316.91º | 0.99% | 0.44% | - |
| HSV(B) | 316.91º | 1% | 0.87% | - |
| XYZ | 36.09 | 17.9 | 34.35 | - |
| YUV | 84.79 | 169.89 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 159 | 0 | 1.00 | 0.28 | 0.13 | 316.91 | 0.99 | 0.44 |
| Hex | DD | 1 | 9F | 0 | 64 | 1C | D | 13D | 63 | 2C |
| Octal | 335 | 1 | 237 | 0 | 144 | 34 | 15 | 475 | 143 | 54 |
| Binary | 11011101 | 1 | 10011111 | 0 | 1100100 | 11100 | 1101 | 100111101 | 1100011 | 101100 |
Color Harmonies of #DD019F
Complementary color
Monochromatic Colors of #DD019F
Black with #DD019F
Text Example
Text Example
White with #DD019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD019F; }
p { color: rgb(221,1,159); }
H1.HeaderClassName
{
color: #DD019F;
}
.AnyTagClassName
{
color: #DD019F;
}
</style>
background-color css
<style>
a { background-color: #DD019F; }
a { background-color: rgb(221,1,159); }
div.DivClassName
{
background-color: #DD019F;
}
.BgClassName
{
background-color: #DD019F;
}
</style>
border-color css
<style>
span { border-color: #DD019F; }
span { border-color: rgb(221,1,159); }
td.TdClassName
{
border-color: #DD019F;
}
.TagClassName
{
border-color: #DD019F;
}
</style>