Shades of Hollywood Cerise #DD16AD
Tints of Hollywood Cerise #DD16AD
RGB
CMYK
RGB Variations
Color information
#DD16AD (or 0xDD16AD) is known color: Hollywood Cerise. HEX triplet: DD, 16 and AD. RGB value is (221,22,173). Sum of RGB (Red+Green+Blue) = 221+22+173=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD16AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD16AD is #22E952. Grayscale: #626262. Windows color (decimal): -2287955 or 11343581. OLE color: 11343581.
HSL color Cylindrical-coordinate representation of color #DD16AD: hue angle of 314.47º 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 #DD16AD is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 173 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.47º | 0.82% | 0.48% | - |
| HSV(B) | 314.47º | 0.9% | 0.87% | - |
| XYZ | 37.65 | 18.96 | 41.21 | - |
| YUV | 98.72 | 169.93 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 173 | 0 | 0.90 | 0.22 | 0.13 | 314.47 | 0.82 | 0.48 |
| Hex | DD | 16 | AD | 0 | 5A | 16 | D | 13A | 52 | 30 |
| Octal | 335 | 26 | 255 | 0 | 132 | 26 | 15 | 472 | 122 | 60 |
| Binary | 11011101 | 10110 | 10101101 | 0 | 1011010 | 10110 | 1101 | 100111010 | 1010010 | 110000 |
Color Harmonies of #DD16AD
Complementary color
Monochromatic Colors of #DD16AD
Black with #DD16AD
Text Example
Text Example
White with #DD16AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD16AD; }
p { color: rgb(221,22,173); }
H1.HeaderClassName
{
color: #DD16AD;
}
.AnyTagClassName
{
color: #DD16AD;
}
</style>
background-color css
<style>
a { background-color: #DD16AD; }
a { background-color: rgb(221,22,173); }
div.DivClassName
{
background-color: #DD16AD;
}
.BgClassName
{
background-color: #DD16AD;
}
</style>
border-color css
<style>
span { border-color: #DD16AD; }
span { border-color: rgb(221,22,173); }
td.TdClassName
{
border-color: #DD16AD;
}
.TagClassName
{
border-color: #DD16AD;
}
</style>