Shades of Hollywood Cerise #DF0C97
Tints of Hollywood Cerise #DF0C97
RGB
CMYK
RGB Variations
Color information
#DF0C97 (or 0xDF0C97) is known color: Hollywood Cerise. HEX triplet: DF, 0C and 97. RGB value is (223,12,151). Sum of RGB (Red+Green+Blue) = 223+12+151=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 12 (5.08% from 255 or 3.11% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0C97 is #20F368. Grayscale: #5A5A5A. Windows color (decimal): -2159465 or 9899231. OLE color: 9899231.
HSL color Cylindrical-coordinate representation of color #DF0C97: hue angle of 320.47º 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 #DF0C97 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 151 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.13 |
| HSL | 320.47º | 0.9% | 0.46% | - |
| HSV(B) | 320.47º | 0.95% | 0.87% | - |
| XYZ | 36.15 | 18.19 | 30.88 | - |
| YUV | 90.94 | 161.9 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 151 | 0 | 0.95 | 0.32 | 0.13 | 320.47 | 0.9 | 0.46 |
| Hex | DF | C | 97 | 0 | 5F | 20 | D | 140 | 5A | 2E |
| Octal | 337 | 14 | 227 | 0 | 137 | 40 | 15 | 500 | 132 | 56 |
| Binary | 11011111 | 1100 | 10010111 | 0 | 1011111 | 100000 | 1101 | 101000000 | 1011010 | 101110 |
Color Harmonies of #DF0C97
Complementary color
Monochromatic Colors of #DF0C97
Black with #DF0C97
Text Example
Text Example
White with #DF0C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C97; }
p { color: rgb(223,12,151); }
H1.HeaderClassName
{
color: #DF0C97;
}
.AnyTagClassName
{
color: #DF0C97;
}
</style>
background-color css
<style>
a { background-color: #DF0C97; }
a { background-color: rgb(223,12,151); }
div.DivClassName
{
background-color: #DF0C97;
}
.BgClassName
{
background-color: #DF0C97;
}
</style>
border-color css
<style>
span { border-color: #DF0C97; }
span { border-color: rgb(223,12,151); }
td.TdClassName
{
border-color: #DF0C97;
}
.TagClassName
{
border-color: #DF0C97;
}
</style>