Shades of Hollywood Cerise #DF099E
Tints of Hollywood Cerise #DF099E
RGB
CMYK
RGB Variations
Color information
#DF099E (or 0xDF099E) is known color: Hollywood Cerise. HEX triplet: DF, 09 and 9E. RGB value is (223,9,158). Sum of RGB (Red+Green+Blue) = 223+9+158=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 9 (3.91% from 255 or 2.31% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF099E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF099E is #20F661. Grayscale: #595959. Windows color (decimal): -2160226 or 10357215. OLE color: 10357215.
HSL color Cylindrical-coordinate representation of color #DF099E: hue angle of 318.22º 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 #DF099E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.13 |
| HSL | 318.22º | 0.92% | 0.45% | - |
| HSV(B) | 318.22º | 0.96% | 0.87% | - |
| XYZ | 36.7 | 18.35 | 33.96 | - |
| YUV | 89.97 | 166.4 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 158 | 0 | 0.96 | 0.29 | 0.13 | 318.22 | 0.92 | 0.45 |
| Hex | DF | 9 | 9E | 0 | 60 | 1D | D | 13E | 5C | 2D |
| Octal | 337 | 11 | 236 | 0 | 140 | 35 | 15 | 476 | 134 | 55 |
| Binary | 11011111 | 1001 | 10011110 | 0 | 1100000 | 11101 | 1101 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DF099E
Complementary color
Monochromatic Colors of #DF099E
Black with #DF099E
Text Example
Text Example
White with #DF099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF099E; }
p { color: rgb(223,9,158); }
H1.HeaderClassName
{
color: #DF099E;
}
.AnyTagClassName
{
color: #DF099E;
}
</style>
background-color css
<style>
a { background-color: #DF099E; }
a { background-color: rgb(223,9,158); }
div.DivClassName
{
background-color: #DF099E;
}
.BgClassName
{
background-color: #DF099E;
}
</style>
border-color css
<style>
span { border-color: #DF099E; }
span { border-color: rgb(223,9,158); }
td.TdClassName
{
border-color: #DF099E;
}
.TagClassName
{
border-color: #DF099E;
}
</style>