Shades of Hollywood Cerise #DF0EB1
Tints of Hollywood Cerise #DF0EB1
RGB
CMYK
RGB Variations
Color information
#DF0EB1 (or 0xDF0EB1) is known color: Hollywood Cerise. HEX triplet: DF, 0E and B1. RGB value is (223,14,177). Sum of RGB (Red+Green+Blue) = 223+14+177=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0EB1 is #20F14E. Grayscale: #5E5E5E. Windows color (decimal): -2158927 or 11603679. OLE color: 11603679.
HSL color Cylindrical-coordinate representation of color #DF0EB1: hue angle of 313.21º degrees, saturation: 0.88, 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 #DF0EB1 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 177 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.13 |
| HSL | 313.21º | 0.88% | 0.46% | - |
| HSV(B) | 313.21º | 0.94% | 0.87% | - |
| XYZ | 38.52 | 19.18 | 43.27 | - |
| YUV | 95.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 177 | 0 | 0.94 | 0.21 | 0.13 | 313.21 | 0.88 | 0.46 |
| Hex | DF | E | B1 | 0 | 5E | 15 | D | 139 | 58 | 2E |
| Octal | 337 | 16 | 261 | 0 | 136 | 25 | 15 | 471 | 130 | 56 |
| Binary | 11011111 | 1110 | 10110001 | 0 | 1011110 | 10101 | 1101 | 100111001 | 1011000 | 101110 |
Color Harmonies of #DF0EB1
Complementary color
Monochromatic Colors of #DF0EB1
Black with #DF0EB1
Text Example
Text Example
White with #DF0EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EB1; }
p { color: rgb(223,14,177); }
H1.HeaderClassName
{
color: #DF0EB1;
}
.AnyTagClassName
{
color: #DF0EB1;
}
</style>
background-color css
<style>
a { background-color: #DF0EB1; }
a { background-color: rgb(223,14,177); }
div.DivClassName
{
background-color: #DF0EB1;
}
.BgClassName
{
background-color: #DF0EB1;
}
</style>
border-color css
<style>
span { border-color: #DF0EB1; }
span { border-color: rgb(223,14,177); }
td.TdClassName
{
border-color: #DF0EB1;
}
.TagClassName
{
border-color: #DF0EB1;
}
</style>