Shades of Hollywood Cerise #DF0D96
Tints of Hollywood Cerise #DF0D96
RGB
CMYK
RGB Variations
Color information
#DF0D96 (or 0xDF0D96) is known color: Hollywood Cerise. HEX triplet: DF, 0D and 96. RGB value is (223,13,150). Sum of RGB (Red+Green+Blue) = 223+13+150=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 13 (5.47% from 255 or 3.37% from 386); Blue value is 150 (58.98% from 255 or 38.86% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0D96 is #20F269. Grayscale: #5B5B5B. Windows color (decimal): -2159210 or 9833951. OLE color: 9833951.
HSL color Cylindrical-coordinate representation of color #DF0D96: hue angle of 320.86º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0D96 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 150 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.13 |
| HSL | 320.86º | 0.89% | 0.46% | - |
| HSV(B) | 320.86º | 0.94% | 0.87% | - |
| XYZ | 36.08 | 18.18 | 30.46 | - |
| YUV | 91.41 | 161.07 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 150 | 0 | 0.94 | 0.33 | 0.13 | 320.86 | 0.89 | 0.46 |
| Hex | DF | D | 96 | 0 | 5E | 21 | D | 141 | 59 | 2E |
| Octal | 337 | 15 | 226 | 0 | 136 | 41 | 15 | 501 | 131 | 56 |
| Binary | 11011111 | 1101 | 10010110 | 0 | 1011110 | 100001 | 1101 | 101000001 | 1011001 | 101110 |
Color Harmonies of #DF0D96
Complementary color
Monochromatic Colors of #DF0D96
Black with #DF0D96
Text Example
Text Example
White with #DF0D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0D96; }
p { color: rgb(223,13,150); }
H1.HeaderClassName
{
color: #DF0D96;
}
.AnyTagClassName
{
color: #DF0D96;
}
</style>
background-color css
<style>
a { background-color: #DF0D96; }
a { background-color: rgb(223,13,150); }
div.DivClassName
{
background-color: #DF0D96;
}
.BgClassName
{
background-color: #DF0D96;
}
</style>
border-color css
<style>
span { border-color: #DF0D96; }
span { border-color: rgb(223,13,150); }
td.TdClassName
{
border-color: #DF0D96;
}
.TagClassName
{
border-color: #DF0D96;
}
</style>