Shades of Hollywood Cerise #DF0B94
Tints of Hollywood Cerise #DF0B94
RGB
CMYK
RGB Variations
Color information
#DF0B94 (or 0xDF0B94) is known color: Hollywood Cerise. HEX triplet: DF, 0B and 94. RGB value is (223,11,148). Sum of RGB (Red+Green+Blue) = 223+11+148=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B94 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0B94 is #20F46B. Grayscale: #595959. Windows color (decimal): -2159724 or 9702367. OLE color: 9702367.
HSL color Cylindrical-coordinate representation of color #DF0B94: hue angle of 321.23º 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 #DF0B94 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 148 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.13 |
| HSL | 321.23º | 0.91% | 0.46% | - |
| HSV(B) | 321.23º | 0.95% | 0.87% | - |
| XYZ | 35.9 | 18.07 | 29.61 | - |
| YUV | 90.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 148 | 0 | 0.95 | 0.34 | 0.13 | 321.23 | 0.91 | 0.46 |
| Hex | DF | B | 94 | 0 | 5F | 22 | D | 141 | 5B | 2E |
| Octal | 337 | 13 | 224 | 0 | 137 | 42 | 15 | 501 | 133 | 56 |
| Binary | 11011111 | 1011 | 10010100 | 0 | 1011111 | 100010 | 1101 | 101000001 | 1011011 | 101110 |
Color Harmonies of #DF0B94
Complementary color
Monochromatic Colors of #DF0B94
Black with #DF0B94
Text Example
Text Example
White with #DF0B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B94; }
p { color: rgb(223,11,148); }
H1.HeaderClassName
{
color: #DF0B94;
}
.AnyTagClassName
{
color: #DF0B94;
}
</style>
background-color css
<style>
a { background-color: #DF0B94; }
a { background-color: rgb(223,11,148); }
div.DivClassName
{
background-color: #DF0B94;
}
.BgClassName
{
background-color: #DF0B94;
}
</style>
border-color css
<style>
span { border-color: #DF0B94; }
span { border-color: rgb(223,11,148); }
td.TdClassName
{
border-color: #DF0B94;
}
.TagClassName
{
border-color: #DF0B94;
}
</style>