Shades of Deep Cerise #DE2881
Tints of Deep Cerise #DE2881
RGB
CMYK
RGB Variations
Color information
#DE2881 (or 0xDE2881) is known color: Deep Cerise. HEX triplet: DE, 28 and 81. RGB value is (222,40,129). Sum of RGB (Red+Green+Blue) = 222+40+129=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2881 is #21D77E. Grayscale: #686868. Windows color (decimal): -2217855 or 8464606. OLE color: 8464606.
HSL color Cylindrical-coordinate representation of color #DE2881: hue angle of 330.66º 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 #DE2881 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 129 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.13 |
| HSL | 330.66º | 0.73% | 0.51% | - |
| HSV(B) | 330.66º | 0.82% | 0.87% | - |
| XYZ | 34.85 | 18.63 | 22.53 | - |
| YUV | 104.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 129 | 0 | 0.82 | 0.42 | 0.13 | 330.66 | 0.73 | 0.51 |
| Hex | DE | 28 | 81 | 0 | 52 | 2A | D | 14B | 49 | 33 |
| Octal | 336 | 50 | 201 | 0 | 122 | 52 | 15 | 513 | 111 | 63 |
| Binary | 11011110 | 101000 | 10000001 | 0 | 1010010 | 101010 | 1101 | 101001011 | 1001001 | 110011 |
Color Harmonies of #DE2881
Complementary color
Monochromatic Colors of #DE2881
Black with #DE2881
Text Example
Text Example
White with #DE2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2881; }
p { color: rgb(222,40,129); }
H1.HeaderClassName
{
color: #DE2881;
}
.AnyTagClassName
{
color: #DE2881;
}
</style>
background-color css
<style>
a { background-color: #DE2881; }
a { background-color: rgb(222,40,129); }
div.DivClassName
{
background-color: #DE2881;
}
.BgClassName
{
background-color: #DE2881;
}
</style>
border-color css
<style>
span { border-color: #DE2881; }
span { border-color: rgb(222,40,129); }
td.TdClassName
{
border-color: #DE2881;
}
.TagClassName
{
border-color: #DE2881;
}
</style>