Shades of Hollywood Cerise #DF0799
Tints of Hollywood Cerise #DF0799
RGB
CMYK
RGB Variations
Color information
#DF0799 (or 0xDF0799) is known color: Hollywood Cerise. HEX triplet: DF, 07 and 99. RGB value is (223,7,153). Sum of RGB (Red+Green+Blue) = 223+7+153=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0799 is #20F866. Grayscale: #575757. Windows color (decimal): -2160743 or 10029023. OLE color: 10029023.
HSL color Cylindrical-coordinate representation of color #DF0799: hue angle of 319.44º 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 #DF0799 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 153 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.13 |
| HSL | 319.44º | 0.94% | 0.45% | - |
| HSV(B) | 319.44º | 0.97% | 0.87% | - |
| XYZ | 36.26 | 18.14 | 31.73 | - |
| YUV | 88.23 | 164.56 | 224.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 153 | 0 | 0.97 | 0.31 | 0.13 | 319.44 | 0.94 | 0.45 |
| Hex | DF | 7 | 99 | 0 | 61 | 1F | D | 13F | 5E | 2D |
| Octal | 337 | 7 | 231 | 0 | 141 | 37 | 15 | 477 | 136 | 55 |
| Binary | 11011111 | 111 | 10011001 | 0 | 1100001 | 11111 | 1101 | 100111111 | 1011110 | 101101 |
Color Harmonies of #DF0799
Complementary color
Monochromatic Colors of #DF0799
Black with #DF0799
Text Example
Text Example
White with #DF0799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0799; }
p { color: rgb(223,7,153); }
H1.HeaderClassName
{
color: #DF0799;
}
.AnyTagClassName
{
color: #DF0799;
}
</style>
background-color css
<style>
a { background-color: #DF0799; }
a { background-color: rgb(223,7,153); }
div.DivClassName
{
background-color: #DF0799;
}
.BgClassName
{
background-color: #DF0799;
}
</style>
border-color css
<style>
span { border-color: #DF0799; }
span { border-color: rgb(223,7,153); }
td.TdClassName
{
border-color: #DF0799;
}
.TagClassName
{
border-color: #DF0799;
}
</style>