Shades of Hollywood Cerise #DF0B95
Tints of Hollywood Cerise #DF0B95
RGB
CMYK
RGB Variations
Color information
#DF0B95 (or 0xDF0B95) is known color: Hollywood Cerise. HEX triplet: DF, 0B and 95. RGB value is (223,11,149). Sum of RGB (Red+Green+Blue) = 223+11+149=383 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.22% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B95 is #20F46A. Grayscale: #595959. Windows color (decimal): -2159723 or 9767903. OLE color: 9767903.
HSL color Cylindrical-coordinate representation of color #DF0B95: hue angle of 320.94º 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 #DF0B95 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 149 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.13 |
| HSL | 320.94º | 0.91% | 0.46% | - |
| HSV(B) | 320.94º | 0.95% | 0.87% | - |
| XYZ | 35.98 | 18.1 | 30.03 | - |
| YUV | 90.12 | 161.24 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 149 | 0 | 0.95 | 0.33 | 0.13 | 320.94 | 0.91 | 0.46 |
| Hex | DF | B | 95 | 0 | 5F | 21 | D | 141 | 5B | 2E |
| Octal | 337 | 13 | 225 | 0 | 137 | 41 | 15 | 501 | 133 | 56 |
| Binary | 11011111 | 1011 | 10010101 | 0 | 1011111 | 100001 | 1101 | 101000001 | 1011011 | 101110 |
Color Harmonies of #DF0B95
Complementary color
Monochromatic Colors of #DF0B95
Black with #DF0B95
Text Example
Text Example
White with #DF0B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B95; }
p { color: rgb(223,11,149); }
H1.HeaderClassName
{
color: #DF0B95;
}
.AnyTagClassName
{
color: #DF0B95;
}
</style>
background-color css
<style>
a { background-color: #DF0B95; }
a { background-color: rgb(223,11,149); }
div.DivClassName
{
background-color: #DF0B95;
}
.BgClassName
{
background-color: #DF0B95;
}
</style>
border-color css
<style>
span { border-color: #DF0B95; }
span { border-color: rgb(223,11,149); }
td.TdClassName
{
border-color: #DF0B95;
}
.TagClassName
{
border-color: #DF0B95;
}
</style>