Shades of Hollywood Cerise #DD11A0
Tints of Hollywood Cerise #DD11A0
RGB
CMYK
RGB Variations
Color information
#DD11A0 (or 0xDD11A0) is known color: Hollywood Cerise. HEX triplet: DD, 11 and A0. RGB value is (221,17,160). Sum of RGB (Red+Green+Blue) = 221+17+160=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11A0 is #22EE5F. Grayscale: #5D5D5D. Windows color (decimal): -2289248 or 10490333. OLE color: 10490333.
HSL color Cylindrical-coordinate representation of color #DD11A0: hue angle of 317.94º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD11A0 is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 160 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.13 |
| HSL | 317.94º | 0.86% | 0.47% | - |
| HSV(B) | 317.94º | 0.92% | 0.87% | - |
| XYZ | 36.36 | 18.31 | 34.88 | - |
| YUV | 94.3 | 165.09 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 160 | 0 | 0.92 | 0.28 | 0.13 | 317.94 | 0.86 | 0.47 |
| Hex | DD | 11 | A0 | 0 | 5C | 1C | D | 13E | 56 | 2F |
| Octal | 335 | 21 | 240 | 0 | 134 | 34 | 15 | 476 | 126 | 57 |
| Binary | 11011101 | 10001 | 10100000 | 0 | 1011100 | 11100 | 1101 | 100111110 | 1010110 | 101111 |
Color Harmonies of #DD11A0
Complementary color
Monochromatic Colors of #DD11A0
Black with #DD11A0
Text Example
Text Example
White with #DD11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11A0; }
p { color: rgb(221,17,160); }
H1.HeaderClassName
{
color: #DD11A0;
}
.AnyTagClassName
{
color: #DD11A0;
}
</style>
background-color css
<style>
a { background-color: #DD11A0; }
a { background-color: rgb(221,17,160); }
div.DivClassName
{
background-color: #DD11A0;
}
.BgClassName
{
background-color: #DD11A0;
}
</style>
border-color css
<style>
span { border-color: #DD11A0; }
span { border-color: rgb(221,17,160); }
td.TdClassName
{
border-color: #DD11A0;
}
.TagClassName
{
border-color: #DD11A0;
}
</style>