Shades of Deep Cerise #DF2887
Tints of Deep Cerise #DF2887
RGB
CMYK
RGB Variations
Color information
#DF2887 (or 0xDF2887) is known color: Deep Cerise. HEX triplet: DF, 28 and 87. RGB value is (223,40,135). Sum of RGB (Red+Green+Blue) = 223+40+135=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2887 is #20D778. Grayscale: #696969. Windows color (decimal): -2152313 or 8857823. OLE color: 8857823.
HSL color Cylindrical-coordinate representation of color #DF2887: hue angle of 328.85º 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 #DF2887 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 135 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.13 |
| HSL | 328.85º | 0.74% | 0.52% | - |
| HSV(B) | 328.85º | 0.82% | 0.87% | - |
| XYZ | 35.56 | 18.95 | 24.71 | - |
| YUV | 105.55 | 144.63 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 135 | 0 | 0.82 | 0.39 | 0.13 | 328.85 | 0.74 | 0.52 |
| Hex | DF | 28 | 87 | 0 | 52 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 50 | 207 | 0 | 122 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101000 | 10000111 | 0 | 1010010 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2887
Complementary color
Monochromatic Colors of #DF2887
Black with #DF2887
Text Example
Text Example
White with #DF2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2887; }
p { color: rgb(223,40,135); }
H1.HeaderClassName
{
color: #DF2887;
}
.AnyTagClassName
{
color: #DF2887;
}
</style>
background-color css
<style>
a { background-color: #DF2887; }
a { background-color: rgb(223,40,135); }
div.DivClassName
{
background-color: #DF2887;
}
.BgClassName
{
background-color: #DF2887;
}
</style>
border-color css
<style>
span { border-color: #DF2887; }
span { border-color: rgb(223,40,135); }
td.TdClassName
{
border-color: #DF2887;
}
.TagClassName
{
border-color: #DF2887;
}
</style>