Shades of Hollywood Cerise #DF179A
Tints of Hollywood Cerise #DF179A
RGB
CMYK
RGB Variations
Color information
#DF179A (or 0xDF179A) is known color: Hollywood Cerise. HEX triplet: DF, 17 and 9A. RGB value is (223,23,154). Sum of RGB (Red+Green+Blue) = 223+23+154=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF179A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF179A is #20E865. Grayscale: #616161. Windows color (decimal): -2156646 or 10098655. OLE color: 10098655.
HSL color Cylindrical-coordinate representation of color #DF179A: hue angle of 320.7º 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 #DF179A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 23 | 154 | - |
| CMYK | 0 | 0.90 | 0.31 | 0.13 |
| HSL | 320.7º | 0.81% | 0.48% | - |
| HSV(B) | 320.7º | 0.9% | 0.87% | - |
| XYZ | 36.57 | 18.63 | 32.24 | - |
| YUV | 97.73 | 159.76 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 23 | 154 | 0 | 0.90 | 0.31 | 0.13 | 320.7 | 0.81 | 0.48 |
| Hex | DF | 17 | 9A | 0 | 5A | 1F | D | 141 | 51 | 30 |
| Octal | 337 | 27 | 232 | 0 | 132 | 37 | 15 | 501 | 121 | 60 |
| Binary | 11011111 | 10111 | 10011010 | 0 | 1011010 | 11111 | 1101 | 101000001 | 1010001 | 110000 |
Color Harmonies of #DF179A
Complementary color
Monochromatic Colors of #DF179A
Black with #DF179A
Text Example
Text Example
White with #DF179A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF179A; }
p { color: rgb(223,23,154); }
H1.HeaderClassName
{
color: #DF179A;
}
.AnyTagClassName
{
color: #DF179A;
}
</style>
background-color css
<style>
a { background-color: #DF179A; }
a { background-color: rgb(223,23,154); }
div.DivClassName
{
background-color: #DF179A;
}
.BgClassName
{
background-color: #DF179A;
}
</style>
border-color css
<style>
span { border-color: #DF179A; }
span { border-color: rgb(223,23,154); }
td.TdClassName
{
border-color: #DF179A;
}
.TagClassName
{
border-color: #DF179A;
}
</style>