Shades of Hollywood Cerise #DF179F
Tints of Hollywood Cerise #DF179F
RGB
CMYK
RGB Variations
Color information
#DF179F (or 0xDF179F) is known color: Hollywood Cerise. HEX triplet: DF, 17 and 9F. RGB value is (223,23,159). Sum of RGB (Red+Green+Blue) = 223+23+159=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF179F is #20E860. Grayscale: #616161. Windows color (decimal): -2156641 or 10426335. OLE color: 10426335.
HSL color Cylindrical-coordinate representation of color #DF179F: hue angle of 319.2º degrees, saturation: 0.81, 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 #DF179F is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 159 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319.2º | 0.81% | 0.48% | - |
| HSV(B) | 319.2º | 0.9% | 0.87% | - |
| XYZ | 37 | 18.8 | 34.48 | - |
| YUV | 98.3 | 162.26 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 159 | 0 | 0.90 | 0.29 | 0.13 | 319.2 | 0.81 | 0.48 |
| Hex | DF | 17 | 9F | 0 | 5A | 1D | D | 13F | 51 | 30 |
| Octal | 337 | 27 | 237 | 0 | 132 | 35 | 15 | 477 | 121 | 60 |
| Binary | 11011111 | 10111 | 10011111 | 0 | 1011010 | 11101 | 1101 | 100111111 | 1010001 | 110000 |
Color Harmonies of #DF179F
Complementary color
Monochromatic Colors of #DF179F
Black with #DF179F
Text Example
Text Example
White with #DF179F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF179F; }
p { color: rgb(223,23,159); }
H1.HeaderClassName
{
color: #DF179F;
}
.AnyTagClassName
{
color: #DF179F;
}
</style>
background-color css
<style>
a { background-color: #DF179F; }
a { background-color: rgb(223,23,159); }
div.DivClassName
{
background-color: #DF179F;
}
.BgClassName
{
background-color: #DF179F;
}
</style>
border-color css
<style>
span { border-color: #DF179F; }
span { border-color: rgb(223,23,159); }
td.TdClassName
{
border-color: #DF179F;
}
.TagClassName
{
border-color: #DF179F;
}
</style>