Shades of Hollywood Cerise #DF0DB0
Tints of Hollywood Cerise #DF0DB0
RGB
CMYK
RGB Variations
Color information
#DF0DB0 (or 0xDF0DB0) is known color: Hollywood Cerise. HEX triplet: DF, 0D and B0. RGB value is (223,13,176). Sum of RGB (Red+Green+Blue) = 223+13+176=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 176 (69.14% from 255 or 42.72% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0DB0 is #20F24F. Grayscale: #5D5D5D. Windows color (decimal): -2159184 or 11537887. OLE color: 11537887.
HSL color Cylindrical-coordinate representation of color #DF0DB0: hue angle of 313.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DB0 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 176 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.13 |
| HSL | 313.43º | 0.89% | 0.46% | - |
| HSV(B) | 313.43º | 0.94% | 0.87% | - |
| XYZ | 38.41 | 19.11 | 42.74 | - |
| YUV | 94.37 | 174.07 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 176 | 0 | 0.94 | 0.21 | 0.13 | 313.43 | 0.89 | 0.46 |
| Hex | DF | D | B0 | 0 | 5E | 15 | D | 139 | 59 | 2E |
| Octal | 337 | 15 | 260 | 0 | 136 | 25 | 15 | 471 | 131 | 56 |
| Binary | 11011111 | 1101 | 10110000 | 0 | 1011110 | 10101 | 1101 | 100111001 | 1011001 | 101110 |
Color Harmonies of #DF0DB0
Complementary color
Monochromatic Colors of #DF0DB0
Black with #DF0DB0
Text Example
Text Example
White with #DF0DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DB0; }
p { color: rgb(223,13,176); }
H1.HeaderClassName
{
color: #DF0DB0;
}
.AnyTagClassName
{
color: #DF0DB0;
}
</style>
background-color css
<style>
a { background-color: #DF0DB0; }
a { background-color: rgb(223,13,176); }
div.DivClassName
{
background-color: #DF0DB0;
}
.BgClassName
{
background-color: #DF0DB0;
}
</style>
border-color css
<style>
span { border-color: #DF0DB0; }
span { border-color: rgb(223,13,176); }
td.TdClassName
{
border-color: #DF0DB0;
}
.TagClassName
{
border-color: #DF0DB0;
}
</style>