Shades of Hollywood Cerise #DD159C
Tints of Hollywood Cerise #DD159C
RGB
CMYK
RGB Variations
Color information
#DD159C (or 0xDD159C) is known color: Hollywood Cerise. HEX triplet: DD, 15 and 9C. RGB value is (221,21,156). Sum of RGB (Red+Green+Blue) = 221+21+156=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD159C is #22EA63. Grayscale: #5F5F5F. Windows color (decimal): -2288228 or 10229213. OLE color: 10229213.
HSL color Cylindrical-coordinate representation of color #DD159C: hue angle of 319.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD159C is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 156 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319.5º | 0.83% | 0.47% | - |
| HSV(B) | 319.5º | 0.9% | 0.87% | - |
| XYZ | 36.09 | 18.31 | 33.08 | - |
| YUV | 96.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 156 | 0 | 0.90 | 0.29 | 0.13 | 319.5 | 0.83 | 0.47 |
| Hex | DD | 15 | 9C | 0 | 5A | 1D | D | 140 | 53 | 2F |
| Octal | 335 | 25 | 234 | 0 | 132 | 35 | 15 | 500 | 123 | 57 |
| Binary | 11011101 | 10101 | 10011100 | 0 | 1011010 | 11101 | 1101 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DD159C
Complementary color
Monochromatic Colors of #DD159C
Black with #DD159C
Text Example
Text Example
White with #DD159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD159C; }
p { color: rgb(221,21,156); }
H1.HeaderClassName
{
color: #DD159C;
}
.AnyTagClassName
{
color: #DD159C;
}
</style>
background-color css
<style>
a { background-color: #DD159C; }
a { background-color: rgb(221,21,156); }
div.DivClassName
{
background-color: #DD159C;
}
.BgClassName
{
background-color: #DD159C;
}
</style>
border-color css
<style>
span { border-color: #DD159C; }
span { border-color: rgb(221,21,156); }
td.TdClassName
{
border-color: #DD159C;
}
.TagClassName
{
border-color: #DD159C;
}
</style>