Shades of Hollywood Cerise #DF079D
Tints of Hollywood Cerise #DF079D
RGB
CMYK
RGB Variations
Color information
#DF079D (or 0xDF079D) is known color: Hollywood Cerise. HEX triplet: DF, 07 and 9D. RGB value is (223,7,157). Sum of RGB (Red+Green+Blue) = 223+7+157=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF079D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF079D is #20F862. Grayscale: #585858. Windows color (decimal): -2160739 or 10291167. OLE color: 10291167.
HSL color Cylindrical-coordinate representation of color #DF079D: hue angle of 318.33º 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 #DF079D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.13 |
| HSL | 318.33º | 0.94% | 0.45% | - |
| HSV(B) | 318.33º | 0.97% | 0.87% | - |
| XYZ | 36.59 | 18.27 | 33.5 | - |
| YUV | 88.68 | 166.56 | 223.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 157 | 0 | 0.97 | 0.30 | 0.13 | 318.33 | 0.94 | 0.45 |
| Hex | DF | 7 | 9D | 0 | 61 | 1E | D | 13E | 5E | 2D |
| Octal | 337 | 7 | 235 | 0 | 141 | 36 | 15 | 476 | 136 | 55 |
| Binary | 11011111 | 111 | 10011101 | 0 | 1100001 | 11110 | 1101 | 100111110 | 1011110 | 101101 |
Color Harmonies of #DF079D
Complementary color
Monochromatic Colors of #DF079D
Black with #DF079D
Text Example
Text Example
White with #DF079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF079D; }
p { color: rgb(223,7,157); }
H1.HeaderClassName
{
color: #DF079D;
}
.AnyTagClassName
{
color: #DF079D;
}
</style>
background-color css
<style>
a { background-color: #DF079D; }
a { background-color: rgb(223,7,157); }
div.DivClassName
{
background-color: #DF079D;
}
.BgClassName
{
background-color: #DF079D;
}
</style>
border-color css
<style>
span { border-color: #DF079D; }
span { border-color: rgb(223,7,157); }
td.TdClassName
{
border-color: #DF079D;
}
.TagClassName
{
border-color: #DF079D;
}
</style>