Shades of Hollywood Cerise #DF089F
Tints of Hollywood Cerise #DF089F
RGB
CMYK
RGB Variations
Color information
#DF089F (or 0xDF089F) is known color: Hollywood Cerise. HEX triplet: DF, 08 and 9F. RGB value is (223,8,159). Sum of RGB (Red+Green+Blue) = 223+8+159=390 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.18% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 223 - color contains mainly: red. Hex color #DF089F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF089F is #20F760. Grayscale: #595959. Windows color (decimal): -2160481 or 10422495. OLE color: 10422495.
HSL color Cylindrical-coordinate representation of color #DF089F: hue angle of 317.86º degrees, saturation: 0.93, 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 #DF089F is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 159 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.13 |
| HSL | 317.86º | 0.93% | 0.45% | - |
| HSV(B) | 317.86º | 0.96% | 0.87% | - |
| XYZ | 36.78 | 18.36 | 34.41 | - |
| YUV | 89.5 | 167.23 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 159 | 0 | 0.96 | 0.29 | 0.13 | 317.86 | 0.93 | 0.45 |
| Hex | DF | 8 | 9F | 0 | 60 | 1D | D | 13E | 5D | 2D |
| Octal | 337 | 10 | 237 | 0 | 140 | 35 | 15 | 476 | 135 | 55 |
| Binary | 11011111 | 1000 | 10011111 | 0 | 1100000 | 11101 | 1101 | 100111110 | 1011101 | 101101 |
Color Harmonies of #DF089F
Complementary color
Monochromatic Colors of #DF089F
Black with #DF089F
Text Example
Text Example
White with #DF089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF089F; }
p { color: rgb(223,8,159); }
H1.HeaderClassName
{
color: #DF089F;
}
.AnyTagClassName
{
color: #DF089F;
}
</style>
background-color css
<style>
a { background-color: #DF089F; }
a { background-color: rgb(223,8,159); }
div.DivClassName
{
background-color: #DF089F;
}
.BgClassName
{
background-color: #DF089F;
}
</style>
border-color css
<style>
span { border-color: #DF089F; }
span { border-color: rgb(223,8,159); }
td.TdClassName
{
border-color: #DF089F;
}
.TagClassName
{
border-color: #DF089F;
}
</style>