Shades of Deep Cerise #DE2888
Tints of Deep Cerise #DE2888
RGB
CMYK
RGB Variations
Color information
#DE2888 (or 0xDE2888) is known color: Deep Cerise. HEX triplet: DE, 28 and 88. RGB value is (222,40,136). Sum of RGB (Red+Green+Blue) = 222+40+136=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2888 is #21D777. Grayscale: #696969. Windows color (decimal): -2217848 or 8923358. OLE color: 8923358.
HSL color Cylindrical-coordinate representation of color #DE2888: hue angle of 328.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2888 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 136 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.13 |
| HSL | 328.35º | 0.73% | 0.51% | - |
| HSV(B) | 328.35º | 0.82% | 0.87% | - |
| XYZ | 35.33 | 18.82 | 25.06 | - |
| YUV | 105.36 | 145.3 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 136 | 0 | 0.82 | 0.39 | 0.13 | 328.35 | 0.73 | 0.51 |
| Hex | DE | 28 | 88 | 0 | 52 | 27 | D | 148 | 49 | 33 |
| Octal | 336 | 50 | 210 | 0 | 122 | 47 | 15 | 510 | 111 | 63 |
| Binary | 11011110 | 101000 | 10001000 | 0 | 1010010 | 100111 | 1101 | 101001000 | 1001001 | 110011 |
Color Harmonies of #DE2888
Complementary color
Monochromatic Colors of #DE2888
Black with #DE2888
Text Example
Text Example
White with #DE2888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2888; }
p { color: rgb(222,40,136); }
H1.HeaderClassName
{
color: #DE2888;
}
.AnyTagClassName
{
color: #DE2888;
}
</style>
background-color css
<style>
a { background-color: #DE2888; }
a { background-color: rgb(222,40,136); }
div.DivClassName
{
background-color: #DE2888;
}
.BgClassName
{
background-color: #DE2888;
}
</style>
border-color css
<style>
span { border-color: #DE2888; }
span { border-color: rgb(222,40,136); }
td.TdClassName
{
border-color: #DE2888;
}
.TagClassName
{
border-color: #DE2888;
}
</style>