Shades of Hollywood Cerise #DF079C
Tints of Hollywood Cerise #DF079C
RGB
CMYK
RGB Variations
Color information
#DF079C (or 0xDF079C) is known color: Hollywood Cerise. HEX triplet: DF, 07 and 9C. RGB value is (223,7,156). Sum of RGB (Red+Green+Blue) = 223+7+156=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF079C is #20F863. Grayscale: #585858. Windows color (decimal): -2160740 or 10225631. OLE color: 10225631.
HSL color Cylindrical-coordinate representation of color #DF079C: hue angle of 318.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF079C is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 156 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.13 |
| HSL | 318.61º | 0.94% | 0.45% | - |
| HSV(B) | 318.61º | 0.97% | 0.87% | - |
| XYZ | 36.51 | 18.24 | 33.05 | - |
| YUV | 88.57 | 166.06 | 223.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 156 | 0 | 0.97 | 0.30 | 0.13 | 318.61 | 0.94 | 0.45 |
| Hex | DF | 7 | 9C | 0 | 61 | 1E | D | 13F | 5E | 2D |
| Octal | 337 | 7 | 234 | 0 | 141 | 36 | 15 | 477 | 136 | 55 |
| Binary | 11011111 | 111 | 10011100 | 0 | 1100001 | 11110 | 1101 | 100111111 | 1011110 | 101101 |
Color Harmonies of #DF079C
Complementary color
Monochromatic Colors of #DF079C
Black with #DF079C
Text Example
Text Example
White with #DF079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF079C; }
p { color: rgb(223,7,156); }
H1.HeaderClassName
{
color: #DF079C;
}
.AnyTagClassName
{
color: #DF079C;
}
</style>
background-color css
<style>
a { background-color: #DF079C; }
a { background-color: rgb(223,7,156); }
div.DivClassName
{
background-color: #DF079C;
}
.BgClassName
{
background-color: #DF079C;
}
</style>
border-color css
<style>
span { border-color: #DF079C; }
span { border-color: rgb(223,7,156); }
td.TdClassName
{
border-color: #DF079C;
}
.TagClassName
{
border-color: #DF079C;
}
</style>