Shades of Hollywood Cerise #DD16AA
Tints of Hollywood Cerise #DD16AA
RGB
CMYK
RGB Variations
Color information
#DD16AA (or 0xDD16AA) is known color: Hollywood Cerise. HEX triplet: DD, 16 and AA. RGB value is (221,22,170). Sum of RGB (Red+Green+Blue) = 221+22+170=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16AA is #22E955. Grayscale: #616161. Windows color (decimal): -2287958 or 11146973. OLE color: 11146973.
HSL color Cylindrical-coordinate representation of color #DD16AA: hue angle of 315.38º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD16AA is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.13 |
| HSL | 315.38º | 0.82% | 0.48% | - |
| HSV(B) | 315.38º | 0.9% | 0.87% | - |
| XYZ | 37.36 | 18.85 | 39.7 | - |
| YUV | 98.37 | 168.43 | 215.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 170 | 0 | 0.90 | 0.23 | 0.13 | 315.38 | 0.82 | 0.48 |
| Hex | DD | 16 | AA | 0 | 5A | 17 | D | 13B | 52 | 30 |
| Octal | 335 | 26 | 252 | 0 | 132 | 27 | 15 | 473 | 122 | 60 |
| Binary | 11011101 | 10110 | 10101010 | 0 | 1011010 | 10111 | 1101 | 100111011 | 1010010 | 110000 |
Color Harmonies of #DD16AA
Complementary color
Monochromatic Colors of #DD16AA
Black with #DD16AA
Text Example
Text Example
White with #DD16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16AA; }
p { color: rgb(221,22,170); }
H1.HeaderClassName
{
color: #DD16AA;
}
.AnyTagClassName
{
color: #DD16AA;
}
</style>
background-color css
<style>
a { background-color: #DD16AA; }
a { background-color: rgb(221,22,170); }
div.DivClassName
{
background-color: #DD16AA;
}
.BgClassName
{
background-color: #DD16AA;
}
</style>
border-color css
<style>
span { border-color: #DD16AA; }
span { border-color: rgb(221,22,170); }
td.TdClassName
{
border-color: #DD16AA;
}
.TagClassName
{
border-color: #DD16AA;
}
</style>