Shades of Hollywood Cerise #DF179E
Tints of Hollywood Cerise #DF179E
RGB
CMYK
RGB Variations
Color information
#DF179E (or 0xDF179E) is known color: Hollywood Cerise. HEX triplet: DF, 17 and 9E. RGB value is (223,23,158). Sum of RGB (Red+Green+Blue) = 223+23+158=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF179E is #20E861. Grayscale: #616161. Windows color (decimal): -2156642 or 10360799. OLE color: 10360799.
HSL color Cylindrical-coordinate representation of color #DF179E: hue angle of 319.5º 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 #DF179E is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 158 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.13 |
| HSL | 319.5º | 0.81% | 0.48% | - |
| HSV(B) | 319.5º | 0.9% | 0.87% | - |
| XYZ | 36.91 | 18.77 | 34.03 | - |
| YUV | 98.19 | 161.76 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 158 | 0 | 0.90 | 0.29 | 0.13 | 319.5 | 0.81 | 0.48 |
| Hex | DF | 17 | 9E | 0 | 5A | 1D | D | 140 | 51 | 30 |
| Octal | 337 | 27 | 236 | 0 | 132 | 35 | 15 | 500 | 121 | 60 |
| Binary | 11011111 | 10111 | 10011110 | 0 | 1011010 | 11101 | 1101 | 101000000 | 1010001 | 110000 |
Color Harmonies of #DF179E
Complementary color
Monochromatic Colors of #DF179E
Black with #DF179E
Text Example
Text Example
White with #DF179E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF179E; }
p { color: rgb(223,23,158); }
H1.HeaderClassName
{
color: #DF179E;
}
.AnyTagClassName
{
color: #DF179E;
}
</style>
background-color css
<style>
a { background-color: #DF179E; }
a { background-color: rgb(223,23,158); }
div.DivClassName
{
background-color: #DF179E;
}
.BgClassName
{
background-color: #DF179E;
}
</style>
border-color css
<style>
span { border-color: #DF179E; }
span { border-color: rgb(223,23,158); }
td.TdClassName
{
border-color: #DF179E;
}
.TagClassName
{
border-color: #DF179E;
}
</style>