Shades of Hollywood Cerise #DF109F
Tints of Hollywood Cerise #DF109F
RGB
CMYK
RGB Variations
Color information
#DF109F (or 0xDF109F) is known color: Hollywood Cerise. HEX triplet: DF, 10 and 9F. RGB value is (223,16,159). Sum of RGB (Red+Green+Blue) = 223+16+159=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF109F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF109F is #20EF60. Grayscale: #5D5D5D. Windows color (decimal): -2158433 or 10424543. OLE color: 10424543.
HSL color Cylindrical-coordinate representation of color #DF109F: hue angle of 318.55º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF109F is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 159 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.13 |
| HSL | 318.55º | 0.87% | 0.47% | - |
| HSV(B) | 318.55º | 0.93% | 0.87% | - |
| XYZ | 36.87 | 18.56 | 34.44 | - |
| YUV | 94.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 159 | 0 | 0.93 | 0.29 | 0.13 | 318.55 | 0.87 | 0.47 |
| Hex | DF | 10 | 9F | 0 | 5D | 1D | D | 13F | 57 | 2F |
| Octal | 337 | 20 | 237 | 0 | 135 | 35 | 15 | 477 | 127 | 57 |
| Binary | 11011111 | 10000 | 10011111 | 0 | 1011101 | 11101 | 1101 | 100111111 | 1010111 | 101111 |
Color Harmonies of #DF109F
Complementary color
Monochromatic Colors of #DF109F
Black with #DF109F
Text Example
Text Example
White with #DF109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF109F; }
p { color: rgb(223,16,159); }
H1.HeaderClassName
{
color: #DF109F;
}
.AnyTagClassName
{
color: #DF109F;
}
</style>
background-color css
<style>
a { background-color: #DF109F; }
a { background-color: rgb(223,16,159); }
div.DivClassName
{
background-color: #DF109F;
}
.BgClassName
{
background-color: #DF109F;
}
</style>
border-color css
<style>
span { border-color: #DF109F; }
span { border-color: rgb(223,16,159); }
td.TdClassName
{
border-color: #DF109F;
}
.TagClassName
{
border-color: #DF109F;
}
</style>