Shades of Hollywood Cerise #DF0BAB
Tints of Hollywood Cerise #DF0BAB
RGB
CMYK
RGB Variations
Color information
#DF0BAB (or 0xDF0BAB) is known color: Hollywood Cerise. HEX triplet: DF, 0B and AB. RGB value is (223,11,171). Sum of RGB (Red+Green+Blue) = 223+11+171=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0BAB is #20F454. Grayscale: #5C5C5C. Windows color (decimal): -2159701 or 11209695. OLE color: 11209695.
HSL color Cylindrical-coordinate representation of color #DF0BAB: hue angle of 314.72º 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 #DF0BAB is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.13 |
| HSL | 314.72º | 0.91% | 0.46% | - |
| HSV(B) | 314.72º | 0.95% | 0.87% | - |
| XYZ | 37.9 | 18.87 | 40.17 | - |
| YUV | 92.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 171 | 0 | 0.95 | 0.23 | 0.13 | 314.72 | 0.91 | 0.46 |
| Hex | DF | B | AB | 0 | 5F | 17 | D | 13B | 5B | 2E |
| Octal | 337 | 13 | 253 | 0 | 137 | 27 | 15 | 473 | 133 | 56 |
| Binary | 11011111 | 1011 | 10101011 | 0 | 1011111 | 10111 | 1101 | 100111011 | 1011011 | 101110 |
Color Harmonies of #DF0BAB
Complementary color
Monochromatic Colors of #DF0BAB
Black with #DF0BAB
Text Example
Text Example
White with #DF0BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BAB; }
p { color: rgb(223,11,171); }
H1.HeaderClassName
{
color: #DF0BAB;
}
.AnyTagClassName
{
color: #DF0BAB;
}
</style>
background-color css
<style>
a { background-color: #DF0BAB; }
a { background-color: rgb(223,11,171); }
div.DivClassName
{
background-color: #DF0BAB;
}
.BgClassName
{
background-color: #DF0BAB;
}
</style>
border-color css
<style>
span { border-color: #DF0BAB; }
span { border-color: rgb(223,11,171); }
td.TdClassName
{
border-color: #DF0BAB;
}
.TagClassName
{
border-color: #DF0BAB;
}
</style>