Shades of Hollywood Cerise #DF169F
Tints of Hollywood Cerise #DF169F
RGB
CMYK
RGB Variations
Color information
#DF169F (or 0xDF169F) is known color: Hollywood Cerise. HEX triplet: DF, 16 and 9F. RGB value is (223,22,159). Sum of RGB (Red+Green+Blue) = 223+22+159=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF169F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF169F is #20E960. Grayscale: #616161. Windows color (decimal): -2156897 or 10426079. OLE color: 10426079.
HSL color Cylindrical-coordinate representation of color #DF169F: hue angle of 319.1º 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 #DF169F is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 159 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319.1º | 0.82% | 0.48% | - |
| HSV(B) | 319.1º | 0.9% | 0.87% | - |
| XYZ | 36.98 | 18.77 | 34.47 | - |
| YUV | 97.72 | 162.59 | 217.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 159 | 0 | 0.90 | 0.29 | 0.13 | 319.1 | 0.82 | 0.48 |
| Hex | DF | 16 | 9F | 0 | 5A | 1D | D | 13F | 52 | 30 |
| Octal | 337 | 26 | 237 | 0 | 132 | 35 | 15 | 477 | 122 | 60 |
| Binary | 11011111 | 10110 | 10011111 | 0 | 1011010 | 11101 | 1101 | 100111111 | 1010010 | 110000 |
Color Harmonies of #DF169F
Complementary color
Monochromatic Colors of #DF169F
Black with #DF169F
Text Example
Text Example
White with #DF169F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF169F; }
p { color: rgb(223,22,159); }
H1.HeaderClassName
{
color: #DF169F;
}
.AnyTagClassName
{
color: #DF169F;
}
</style>
background-color css
<style>
a { background-color: #DF169F; }
a { background-color: rgb(223,22,159); }
div.DivClassName
{
background-color: #DF169F;
}
.BgClassName
{
background-color: #DF169F;
}
</style>
border-color css
<style>
span { border-color: #DF169F; }
span { border-color: rgb(223,22,159); }
td.TdClassName
{
border-color: #DF169F;
}
.TagClassName
{
border-color: #DF169F;
}
</style>