Shades of Hollywood Cerise #DF0B98
Tints of Hollywood Cerise #DF0B98
RGB
CMYK
RGB Variations
Color information
#DF0B98 (or 0xDF0B98) is known color: Hollywood Cerise. HEX triplet: DF, 0B and 98. RGB value is (223,11,152). Sum of RGB (Red+Green+Blue) = 223+11+152=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B98 is #20F467. Grayscale: #5A5A5A. Windows color (decimal): -2159720 or 9964511. OLE color: 9964511.
HSL color Cylindrical-coordinate representation of color #DF0B98: hue angle of 320.09º degrees, saturation: 0.91, 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 #DF0B98 is Cyan = 0, Magento = 0.95, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 152 | - |
| CMYK | 0 | 0.95 | 0.32 | 0.13 |
| HSL | 320.09º | 0.91% | 0.46% | - |
| HSV(B) | 320.09º | 0.95% | 0.87% | - |
| XYZ | 36.22 | 18.19 | 31.31 | - |
| YUV | 90.46 | 162.74 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 152 | 0 | 0.95 | 0.32 | 0.13 | 320.09 | 0.91 | 0.46 |
| Hex | DF | B | 98 | 0 | 5F | 20 | D | 140 | 5B | 2E |
| Octal | 337 | 13 | 230 | 0 | 137 | 40 | 15 | 500 | 133 | 56 |
| Binary | 11011111 | 1011 | 10011000 | 0 | 1011111 | 100000 | 1101 | 101000000 | 1011011 | 101110 |
Color Harmonies of #DF0B98
Complementary color
Monochromatic Colors of #DF0B98
Black with #DF0B98
Text Example
Text Example
White with #DF0B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B98; }
p { color: rgb(223,11,152); }
H1.HeaderClassName
{
color: #DF0B98;
}
.AnyTagClassName
{
color: #DF0B98;
}
</style>
background-color css
<style>
a { background-color: #DF0B98; }
a { background-color: rgb(223,11,152); }
div.DivClassName
{
background-color: #DF0B98;
}
.BgClassName
{
background-color: #DF0B98;
}
</style>
border-color css
<style>
span { border-color: #DF0B98; }
span { border-color: rgb(223,11,152); }
td.TdClassName
{
border-color: #DF0B98;
}
.TagClassName
{
border-color: #DF0B98;
}
</style>