Shades of Deep Cerise #DF2888
Tints of Deep Cerise #DF2888
RGB
CMYK
RGB Variations
Color information
#DF2888 (or 0xDF2888) is known color: Deep Cerise. HEX triplet: DF, 28 and 88. RGB value is (223,40,136). Sum of RGB (Red+Green+Blue) = 223+40+136=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2888 is #20D777. Grayscale: #696969. Windows color (decimal): -2152312 or 8923359. OLE color: 8923359.
HSL color Cylindrical-coordinate representation of color #DF2888: hue angle of 328.52º 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 #DF2888 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 136 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.13 |
| HSL | 328.52º | 0.74% | 0.52% | - |
| HSV(B) | 328.52º | 0.82% | 0.87% | - |
| XYZ | 35.63 | 18.98 | 25.08 | - |
| YUV | 105.66 | 145.13 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 136 | 0 | 0.82 | 0.39 | 0.13 | 328.52 | 0.74 | 0.52 |
| Hex | DF | 28 | 88 | 0 | 52 | 27 | D | 149 | 4A | 34 |
| Octal | 337 | 50 | 210 | 0 | 122 | 47 | 15 | 511 | 112 | 64 |
| Binary | 11011111 | 101000 | 10001000 | 0 | 1010010 | 100111 | 1101 | 101001001 | 1001010 | 110100 |
Color Harmonies of #DF2888
Complementary color
Monochromatic Colors of #DF2888
Black with #DF2888
Text Example
Text Example
White with #DF2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2888; }
p { color: rgb(223,40,136); }
H1.HeaderClassName
{
color: #DF2888;
}
.AnyTagClassName
{
color: #DF2888;
}
</style>
background-color css
<style>
a { background-color: #DF2888; }
a { background-color: rgb(223,40,136); }
div.DivClassName
{
background-color: #DF2888;
}
.BgClassName
{
background-color: #DF2888;
}
</style>
border-color css
<style>
span { border-color: #DF2888; }
span { border-color: rgb(223,40,136); }
td.TdClassName
{
border-color: #DF2888;
}
.TagClassName
{
border-color: #DF2888;
}
</style>