Shades of Hollywood Cerise #DF0097
Tints of Hollywood Cerise #DF0097
RGB
CMYK
RGB Variations
Color information
#DF0097 (or 0xDF0097) is known color: Hollywood Cerise. HEX triplet: DF, 00 and 97. RGB value is (223,0,151). Sum of RGB (Red+Green+Blue) = 223+0+151=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 0 (0.39% from 255 or 0% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0097 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0097 is #20FF68. Grayscale: #535353. Windows color (decimal): -2162537 or 9896159. OLE color: 9896159.
HSL color Cylindrical-coordinate representation of color #DF0097: hue angle of 319.37º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0097 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 151 | - |
| CMYK | 0 | 1 | 0.32 | 0.13 |
| HSL | 319.37º | 1% | 0.44% | - |
| HSV(B) | 319.37º | 1% | 0.87% | - |
| XYZ | 36.02 | 17.92 | 30.84 | - |
| YUV | 83.89 | 165.88 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 151 | 0 | 1 | 0.32 | 0.13 | 319.37 | 1 | 0.44 |
| Hex | DF | 0 | 97 | 0 | 64 | 20 | D | 13F | 64 | 2C |
| Octal | 337 | 0 | 227 | 0 | 144 | 40 | 15 | 477 | 144 | 54 |
| Binary | 11011111 | 0 | 10010111 | 0 | 1100100 | 100000 | 1101 | 100111111 | 1100100 | 101100 |
Color Harmonies of #DF0097
Complementary color
Monochromatic Colors of #DF0097
Black with #DF0097
Text Example
Text Example
White with #DF0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0097; }
p { color: rgb(223,0,151); }
H1.HeaderClassName
{
color: #DF0097;
}
.AnyTagClassName
{
color: #DF0097;
}
</style>
background-color css
<style>
a { background-color: #DF0097; }
a { background-color: rgb(223,0,151); }
div.DivClassName
{
background-color: #DF0097;
}
.BgClassName
{
background-color: #DF0097;
}
</style>
border-color css
<style>
span { border-color: #DF0097; }
span { border-color: rgb(223,0,151); }
td.TdClassName
{
border-color: #DF0097;
}
.TagClassName
{
border-color: #DF0097;
}
</style>