Shades of Deep Cerise #DF2987
Tints of Deep Cerise #DF2987
RGB
CMYK
RGB Variations
Color information
#DF2987 (or 0xDF2987) is known color: Deep Cerise. HEX triplet: DF, 29 and 87. RGB value is (223,41,135). Sum of RGB (Red+Green+Blue) = 223+41+135=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2987 is #20D678. Grayscale: #696969. Windows color (decimal): -2152057 or 8858079. OLE color: 8858079.
HSL color Cylindrical-coordinate representation of color #DF2987: hue angle of 329.01º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2987 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 135 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.13 |
| HSL | 329.01º | 0.74% | 0.52% | - |
| HSV(B) | 329.01º | 0.82% | 0.87% | - |
| XYZ | 35.6 | 19.02 | 24.72 | - |
| YUV | 106.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 135 | 0 | 0.82 | 0.39 | 0.13 | 329.01 | 0.74 | 0.52 |
| Hex | DF | 29 | 87 | 0 | 52 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 51 | 207 | 0 | 122 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101001 | 10000111 | 0 | 1010010 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2987
Complementary color
Monochromatic Colors of #DF2987
Black with #DF2987
Text Example
Text Example
White with #DF2987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2987; }
p { color: rgb(223,41,135); }
H1.HeaderClassName
{
color: #DF2987;
}
.AnyTagClassName
{
color: #DF2987;
}
</style>
background-color css
<style>
a { background-color: #DF2987; }
a { background-color: rgb(223,41,135); }
div.DivClassName
{
background-color: #DF2987;
}
.BgClassName
{
background-color: #DF2987;
}
</style>
border-color css
<style>
span { border-color: #DF2987; }
span { border-color: rgb(223,41,135); }
td.TdClassName
{
border-color: #DF2987;
}
.TagClassName
{
border-color: #DF2987;
}
</style>