Shades of Hollywood Cerise #DD16AC
Tints of Hollywood Cerise #DD16AC
RGB
CMYK
RGB Variations
Color information
#DD16AC (or 0xDD16AC) is known color: Hollywood Cerise. HEX triplet: DD, 16 and AC. RGB value is (221,22,172). Sum of RGB (Red+Green+Blue) = 221+22+172=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16AC is #22E953. Grayscale: #626262. Windows color (decimal): -2287956 or 11278045. OLE color: 11278045.
HSL color Cylindrical-coordinate representation of color #DD16AC: hue angle of 314.77º 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 #DD16AC is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 172 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.77º | 0.82% | 0.48% | - |
| HSV(B) | 314.77º | 0.9% | 0.87% | - |
| XYZ | 37.55 | 18.92 | 40.7 | - |
| YUV | 98.6 | 169.43 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 172 | 0 | 0.90 | 0.22 | 0.13 | 314.77 | 0.82 | 0.48 |
| Hex | DD | 16 | AC | 0 | 5A | 16 | D | 13B | 52 | 30 |
| Octal | 335 | 26 | 254 | 0 | 132 | 26 | 15 | 473 | 122 | 60 |
| Binary | 11011101 | 10110 | 10101100 | 0 | 1011010 | 10110 | 1101 | 100111011 | 1010010 | 110000 |
Color Harmonies of #DD16AC
Complementary color
Monochromatic Colors of #DD16AC
Black with #DD16AC
Text Example
Text Example
White with #DD16AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16AC; }
p { color: rgb(221,22,172); }
H1.HeaderClassName
{
color: #DD16AC;
}
.AnyTagClassName
{
color: #DD16AC;
}
</style>
background-color css
<style>
a { background-color: #DD16AC; }
a { background-color: rgb(221,22,172); }
div.DivClassName
{
background-color: #DD16AC;
}
.BgClassName
{
background-color: #DD16AC;
}
</style>
border-color css
<style>
span { border-color: #DD16AC; }
span { border-color: rgb(221,22,172); }
td.TdClassName
{
border-color: #DD16AC;
}
.TagClassName
{
border-color: #DD16AC;
}
</style>