Shades of Hollywood Cerise #DF099F
Tints of Hollywood Cerise #DF099F
RGB
CMYK
RGB Variations
Color information
#DF099F (or 0xDF099F) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 9F. RGB value is (223,9,159). Sum of RGB (Red+Green+Blue) = 223+9+159=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF099F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF099F is #20F660. Grayscale: #595959. Windows color (decimal): -2160225 or 10422751. OLE color: 10422751.
HSL color Cylindrical-coordinate representation of color #DF099F: hue angle of 317.94º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF099F is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.13 |
| HSL | 317.94º | 0.92% | 0.45% | - |
| HSV(B) | 317.94º | 0.96% | 0.87% | - |
| XYZ | 36.79 | 18.39 | 34.41 | - |
| YUV | 90.09 | 166.9 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 159 | 0 | 0.96 | 0.29 | 0.13 | 317.94 | 0.92 | 0.45 |
| Hex | DF | 9 | 9F | 0 | 60 | 1D | D | 13E | 5C | 2D |
| Octal | 337 | 11 | 237 | 0 | 140 | 35 | 15 | 476 | 134 | 55 |
| Binary | 11011111 | 1001 | 10011111 | 0 | 1100000 | 11101 | 1101 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DF099F
Complementary color
Monochromatic Colors of #DF099F
Black with #DF099F
Text Example
Text Example
White with #DF099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF099F; }
p { color: rgb(223,9,159); }
H1.HeaderClassName
{
color: #DF099F;
}
.AnyTagClassName
{
color: #DF099F;
}
</style>
background-color css
<style>
a { background-color: #DF099F; }
a { background-color: rgb(223,9,159); }
div.DivClassName
{
background-color: #DF099F;
}
.BgClassName
{
background-color: #DF099F;
}
</style>
border-color css
<style>
span { border-color: #DF099F; }
span { border-color: rgb(223,9,159); }
td.TdClassName
{
border-color: #DF099F;
}
.TagClassName
{
border-color: #DF099F;
}
</style>