Shades of Hollywood Cerise #DF179C
Tints of Hollywood Cerise #DF179C
RGB
CMYK
RGB Variations
Color information
#DF179C (or 0xDF179C) is known color: Hollywood Cerise. HEX triplet: DF, 17 and 9C. RGB value is (223,23,156). Sum of RGB (Red+Green+Blue) = 223+23+156=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF179C is #20E863. Grayscale: #616161. Windows color (decimal): -2156644 or 10229727. OLE color: 10229727.
HSL color Cylindrical-coordinate representation of color #DF179C: hue angle of 320.1º 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 #DF179C is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 156 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.13 |
| HSL | 320.1º | 0.81% | 0.48% | - |
| HSV(B) | 320.1º | 0.9% | 0.87% | - |
| XYZ | 36.74 | 18.7 | 33.13 | - |
| YUV | 97.96 | 160.76 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 156 | 0 | 0.90 | 0.30 | 0.13 | 320.1 | 0.81 | 0.48 |
| Hex | DF | 17 | 9C | 0 | 5A | 1E | D | 140 | 51 | 30 |
| Octal | 337 | 27 | 234 | 0 | 132 | 36 | 15 | 500 | 121 | 60 |
| Binary | 11011111 | 10111 | 10011100 | 0 | 1011010 | 11110 | 1101 | 101000000 | 1010001 | 110000 |
Color Harmonies of #DF179C
Complementary color
Monochromatic Colors of #DF179C
Black with #DF179C
Text Example
Text Example
White with #DF179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF179C; }
p { color: rgb(223,23,156); }
H1.HeaderClassName
{
color: #DF179C;
}
.AnyTagClassName
{
color: #DF179C;
}
</style>
background-color css
<style>
a { background-color: #DF179C; }
a { background-color: rgb(223,23,156); }
div.DivClassName
{
background-color: #DF179C;
}
.BgClassName
{
background-color: #DF179C;
}
</style>
border-color css
<style>
span { border-color: #DF179C; }
span { border-color: rgb(223,23,156); }
td.TdClassName
{
border-color: #DF179C;
}
.TagClassName
{
border-color: #DF179C;
}
</style>