Shades of Hollywood Cerise #DF089E
Tints of Hollywood Cerise #DF089E
RGB
CMYK
RGB Variations
Color information
#DF089E (or 0xDF089E) is known color: Hollywood Cerise. HEX triplet: DF, 08 and 9E. RGB value is (223,8,158). Sum of RGB (Red+Green+Blue) = 223+8+158=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF089E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF089E is #20F761. Grayscale: #585858. Windows color (decimal): -2160482 or 10356959. OLE color: 10356959.
HSL color Cylindrical-coordinate representation of color #DF089E: hue angle of 318.14º 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 #DF089E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 158 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.13 |
| HSL | 318.14º | 0.93% | 0.45% | - |
| HSV(B) | 318.14º | 0.96% | 0.87% | - |
| XYZ | 36.69 | 18.33 | 33.95 | - |
| YUV | 89.39 | 166.73 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 158 | 0 | 0.96 | 0.29 | 0.13 | 318.14 | 0.93 | 0.45 |
| Hex | DF | 8 | 9E | 0 | 60 | 1D | D | 13E | 5D | 2D |
| Octal | 337 | 10 | 236 | 0 | 140 | 35 | 15 | 476 | 135 | 55 |
| Binary | 11011111 | 1000 | 10011110 | 0 | 1100000 | 11101 | 1101 | 100111110 | 1011101 | 101101 |
Color Harmonies of #DF089E
Complementary color
Monochromatic Colors of #DF089E
Black with #DF089E
Text Example
Text Example
White with #DF089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF089E; }
p { color: rgb(223,8,158); }
H1.HeaderClassName
{
color: #DF089E;
}
.AnyTagClassName
{
color: #DF089E;
}
</style>
background-color css
<style>
a { background-color: #DF089E; }
a { background-color: rgb(223,8,158); }
div.DivClassName
{
background-color: #DF089E;
}
.BgClassName
{
background-color: #DF089E;
}
</style>
border-color css
<style>
span { border-color: #DF089E; }
span { border-color: rgb(223,8,158); }
td.TdClassName
{
border-color: #DF089E;
}
.TagClassName
{
border-color: #DF089E;
}
</style>