Shades of Hollywood Cerise #DF0C9E
Tints of Hollywood Cerise #DF0C9E
RGB
CMYK
RGB Variations
Color information
#DF0C9E (or 0xDF0C9E) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 9E. RGB value is (223,12,158). Sum of RGB (Red+Green+Blue) = 223+12+158=393 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.74% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 158 (62.11% from 255 or 40.20% from 393); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C9E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C9E is #20F361. Grayscale: #5B5B5B. Windows color (decimal): -2159458 or 10357983. OLE color: 10357983.
HSL color Cylindrical-coordinate representation of color #DF0C9E: hue angle of 318.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C9E is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 158 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.13 |
| HSL | 318.48º | 0.9% | 0.46% | - |
| HSV(B) | 318.48º | 0.95% | 0.87% | - |
| XYZ | 36.73 | 18.42 | 33.97 | - |
| YUV | 91.73 | 165.4 | 221.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 158 | 0 | 0.95 | 0.29 | 0.13 | 318.48 | 0.9 | 0.46 |
| Hex | DF | C | 9E | 0 | 5F | 1D | D | 13E | 5A | 2E |
| Octal | 337 | 14 | 236 | 0 | 137 | 35 | 15 | 476 | 132 | 56 |
| Binary | 11011111 | 1100 | 10011110 | 0 | 1011111 | 11101 | 1101 | 100111110 | 1011010 | 101110 |
Color Harmonies of #DF0C9E
Complementary color
Monochromatic Colors of #DF0C9E
Black with #DF0C9E
Text Example
Text Example
White with #DF0C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C9E; }
p { color: rgb(223,12,158); }
H1.HeaderClassName
{
color: #DF0C9E;
}
.AnyTagClassName
{
color: #DF0C9E;
}
</style>
background-color css
<style>
a { background-color: #DF0C9E; }
a { background-color: rgb(223,12,158); }
div.DivClassName
{
background-color: #DF0C9E;
}
.BgClassName
{
background-color: #DF0C9E;
}
</style>
border-color css
<style>
span { border-color: #DF0C9E; }
span { border-color: rgb(223,12,158); }
td.TdClassName
{
border-color: #DF0C9E;
}
.TagClassName
{
border-color: #DF0C9E;
}
</style>