Shades of Hollywood Cerise #DF16AA
Tints of Hollywood Cerise #DF16AA
RGB
CMYK
RGB Variations
Color information
#DF16AA (or 0xDF16AA) is known color: Hollywood Cerise. HEX triplet: DF, 16 and AA. RGB value is (223,22,170). Sum of RGB (Red+Green+Blue) = 223+22+170=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16AA is #20E955. Grayscale: #626262. Windows color (decimal): -2156886 or 11146975. OLE color: 11146975.
HSL color Cylindrical-coordinate representation of color #DF16AA: hue angle of 315.82º 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 #DF16AA is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 170 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.13 |
| HSL | 315.82º | 0.82% | 0.48% | - |
| HSV(B) | 315.82º | 0.9% | 0.87% | - |
| XYZ | 37.97 | 19.16 | 39.73 | - |
| YUV | 98.97 | 168.09 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 170 | 0 | 0.90 | 0.24 | 0.13 | 315.82 | 0.82 | 0.48 |
| Hex | DF | 16 | AA | 0 | 5A | 18 | D | 13C | 52 | 30 |
| Octal | 337 | 26 | 252 | 0 | 132 | 30 | 15 | 474 | 122 | 60 |
| Binary | 11011111 | 10110 | 10101010 | 0 | 1011010 | 11000 | 1101 | 100111100 | 1010010 | 110000 |
Color Harmonies of #DF16AA
Complementary color
Monochromatic Colors of #DF16AA
Black with #DF16AA
Text Example
Text Example
White with #DF16AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16AA; }
p { color: rgb(223,22,170); }
H1.HeaderClassName
{
color: #DF16AA;
}
.AnyTagClassName
{
color: #DF16AA;
}
</style>
background-color css
<style>
a { background-color: #DF16AA; }
a { background-color: rgb(223,22,170); }
div.DivClassName
{
background-color: #DF16AA;
}
.BgClassName
{
background-color: #DF16AA;
}
</style>
border-color css
<style>
span { border-color: #DF16AA; }
span { border-color: rgb(223,22,170); }
td.TdClassName
{
border-color: #DF16AA;
}
.TagClassName
{
border-color: #DF16AA;
}
</style>