Shades of Hollywood Cerise #DF16A6
Tints of Hollywood Cerise #DF16A6
RGB
CMYK
RGB Variations
Color information
#DF16A6 (or 0xDF16A6) is known color: Hollywood Cerise. HEX triplet: DF, 16 and A6. RGB value is (223,22,166). Sum of RGB (Red+Green+Blue) = 223+22+166=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16A6 is #20E959. Grayscale: #626262. Windows color (decimal): -2156890 or 10884831. OLE color: 10884831.
HSL color Cylindrical-coordinate representation of color #DF16A6: hue angle of 317.01º 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 #DF16A6 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 166 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.13 |
| HSL | 317.01º | 0.82% | 0.48% | - |
| HSV(B) | 317.01º | 0.9% | 0.87% | - |
| XYZ | 37.6 | 19.01 | 37.76 | - |
| YUV | 98.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 166 | 0 | 0.90 | 0.26 | 0.13 | 317.01 | 0.82 | 0.48 |
| Hex | DF | 16 | A6 | 0 | 5A | 1A | D | 13D | 52 | 30 |
| Octal | 337 | 26 | 246 | 0 | 132 | 32 | 15 | 475 | 122 | 60 |
| Binary | 11011111 | 10110 | 10100110 | 0 | 1011010 | 11010 | 1101 | 100111101 | 1010010 | 110000 |
Color Harmonies of #DF16A6
Complementary color
Monochromatic Colors of #DF16A6
Black with #DF16A6
Text Example
Text Example
White with #DF16A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16A6; }
p { color: rgb(223,22,166); }
H1.HeaderClassName
{
color: #DF16A6;
}
.AnyTagClassName
{
color: #DF16A6;
}
</style>
background-color css
<style>
a { background-color: #DF16A6; }
a { background-color: rgb(223,22,166); }
div.DivClassName
{
background-color: #DF16A6;
}
.BgClassName
{
background-color: #DF16A6;
}
</style>
border-color css
<style>
span { border-color: #DF16A6; }
span { border-color: rgb(223,22,166); }
td.TdClassName
{
border-color: #DF16A6;
}
.TagClassName
{
border-color: #DF16A6;
}
</style>