Shades of Hollywood Cerise #DF0BAD
Tints of Hollywood Cerise #DF0BAD
RGB
CMYK
RGB Variations
Color information
#DF0BAD (or 0xDF0BAD) is known color: Hollywood Cerise. HEX triplet: DF, 0B and AD. RGB value is (223,11,173). Sum of RGB (Red+Green+Blue) = 223+11+173=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 11 (4.69% from 255 or 2.70% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0BAD is #20F452. Grayscale: #5C5C5C. Windows color (decimal): -2159699 or 11340767. OLE color: 11340767.
HSL color Cylindrical-coordinate representation of color #DF0BAD: hue angle of 314.15º 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 #DF0BAD is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 173 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.13 |
| HSL | 314.15º | 0.91% | 0.46% | - |
| HSV(B) | 314.15º | 0.95% | 0.87% | - |
| XYZ | 38.09 | 18.94 | 41.18 | - |
| YUV | 92.86 | 173.24 | 220.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 173 | 0 | 0.95 | 0.22 | 0.13 | 314.15 | 0.91 | 0.46 |
| Hex | DF | B | AD | 0 | 5F | 16 | D | 13A | 5B | 2E |
| Octal | 337 | 13 | 255 | 0 | 137 | 26 | 15 | 472 | 133 | 56 |
| Binary | 11011111 | 1011 | 10101101 | 0 | 1011111 | 10110 | 1101 | 100111010 | 1011011 | 101110 |
Color Harmonies of #DF0BAD
Complementary color
Monochromatic Colors of #DF0BAD
Black with #DF0BAD
Text Example
Text Example
White with #DF0BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0BAD; }
p { color: rgb(223,11,173); }
H1.HeaderClassName
{
color: #DF0BAD;
}
.AnyTagClassName
{
color: #DF0BAD;
}
</style>
background-color css
<style>
a { background-color: #DF0BAD; }
a { background-color: rgb(223,11,173); }
div.DivClassName
{
background-color: #DF0BAD;
}
.BgClassName
{
background-color: #DF0BAD;
}
</style>
border-color css
<style>
span { border-color: #DF0BAD; }
span { border-color: rgb(223,11,173); }
td.TdClassName
{
border-color: #DF0BAD;
}
.TagClassName
{
border-color: #DF0BAD;
}
</style>