Shades of Hollywood Cerise #DD11A8
Tints of Hollywood Cerise #DD11A8
RGB
CMYK
RGB Variations
Color information
#DD11A8 (or 0xDD11A8) is known color: Hollywood Cerise. HEX triplet: DD, 11 and A8. RGB value is (221,17,168). Sum of RGB (Red+Green+Blue) = 221+17+168=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD11A8 is #22EE57. Grayscale: #5E5E5E. Windows color (decimal): -2289240 or 11014621. OLE color: 11014621.
HSL color Cylindrical-coordinate representation of color #DD11A8: hue angle of 315.59º 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 #DD11A8 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 168 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.13 |
| HSL | 315.59º | 0.86% | 0.47% | - |
| HSV(B) | 315.59º | 0.92% | 0.87% | - |
| XYZ | 37.09 | 18.6 | 38.68 | - |
| YUV | 95.21 | 169.09 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 168 | 0 | 0.92 | 0.24 | 0.13 | 315.59 | 0.86 | 0.47 |
| Hex | DD | 11 | A8 | 0 | 5C | 18 | D | 13C | 56 | 2F |
| Octal | 335 | 21 | 250 | 0 | 134 | 30 | 15 | 474 | 126 | 57 |
| Binary | 11011101 | 10001 | 10101000 | 0 | 1011100 | 11000 | 1101 | 100111100 | 1010110 | 101111 |
Color Harmonies of #DD11A8
Complementary color
Monochromatic Colors of #DD11A8
Black with #DD11A8
Text Example
Text Example
White with #DD11A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD11A8; }
p { color: rgb(221,17,168); }
H1.HeaderClassName
{
color: #DD11A8;
}
.AnyTagClassName
{
color: #DD11A8;
}
</style>
background-color css
<style>
a { background-color: #DD11A8; }
a { background-color: rgb(221,17,168); }
div.DivClassName
{
background-color: #DD11A8;
}
.BgClassName
{
background-color: #DD11A8;
}
</style>
border-color css
<style>
span { border-color: #DD11A8; }
span { border-color: rgb(221,17,168); }
td.TdClassName
{
border-color: #DD11A8;
}
.TagClassName
{
border-color: #DD11A8;
}
</style>