Shades of Deep Cerise #DF2E87
Tints of Deep Cerise #DF2E87
RGB
CMYK
RGB Variations
Color information
#DF2E87 (or 0xDF2E87) is known color: Deep Cerise. HEX triplet: DF, 2E and 87. RGB value is (223,46,135). Sum of RGB (Red+Green+Blue) = 223+46+135=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 46 (18.36% from 255 or 11.39% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2E87 is #20D178. Grayscale: #6C6C6C. Windows color (decimal): -2150777 or 8859359. OLE color: 8859359.
HSL color Cylindrical-coordinate representation of color #DF2E87: hue angle of 329.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2E87 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 46 | 135 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.13 |
| HSL | 329.83º | 0.73% | 0.53% | - |
| HSV(B) | 329.83º | 0.79% | 0.87% | - |
| XYZ | 35.78 | 19.39 | 24.78 | - |
| YUV | 109.07 | 142.64 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 46 | 135 | 0 | 0.79 | 0.39 | 0.13 | 329.83 | 0.73 | 0.53 |
| Hex | DF | 2E | 87 | 0 | 4F | 27 | D | 14A | 49 | 35 |
| Octal | 337 | 56 | 207 | 0 | 117 | 47 | 15 | 512 | 111 | 65 |
| Binary | 11011111 | 101110 | 10000111 | 0 | 1001111 | 100111 | 1101 | 101001010 | 1001001 | 110101 |
Color Harmonies of #DF2E87
Complementary color
Monochromatic Colors of #DF2E87
Black with #DF2E87
Text Example
Text Example
White with #DF2E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2E87; }
p { color: rgb(223,46,135); }
H1.HeaderClassName
{
color: #DF2E87;
}
.AnyTagClassName
{
color: #DF2E87;
}
</style>
background-color css
<style>
a { background-color: #DF2E87; }
a { background-color: rgb(223,46,135); }
div.DivClassName
{
background-color: #DF2E87;
}
.BgClassName
{
background-color: #DF2E87;
}
</style>
border-color css
<style>
span { border-color: #DF2E87; }
span { border-color: rgb(223,46,135); }
td.TdClassName
{
border-color: #DF2E87;
}
.TagClassName
{
border-color: #DF2E87;
}
</style>