Shades of Deep Cerise #DE2877
Tints of Deep Cerise #DE2877
RGB
CMYK
RGB Variations
Color information
#DE2877 (or 0xDE2877) is known color: Deep Cerise. HEX triplet: DE, 28 and 77. RGB value is (222,40,119). Sum of RGB (Red+Green+Blue) = 222+40+119=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2877 is #21D788. Grayscale: #676767. Windows color (decimal): -2217865 or 7809246. OLE color: 7809246.
HSL color Cylindrical-coordinate representation of color #DE2877: hue angle of 333.96º 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 #DE2877 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 119 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.13 |
| HSL | 333.96º | 0.73% | 0.51% | - |
| HSV(B) | 333.96º | 0.82% | 0.87% | - |
| XYZ | 34.21 | 18.38 | 19.2 | - |
| YUV | 103.42 | 136.8 | 212.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 119 | 0 | 0.82 | 0.46 | 0.13 | 333.96 | 0.73 | 0.51 |
| Hex | DE | 28 | 77 | 0 | 52 | 2E | D | 14E | 49 | 33 |
| Octal | 336 | 50 | 167 | 0 | 122 | 56 | 15 | 516 | 111 | 63 |
| Binary | 11011110 | 101000 | 1110111 | 0 | 1010010 | 101110 | 1101 | 101001110 | 1001001 | 110011 |
Color Harmonies of #DE2877
Complementary color
Monochromatic Colors of #DE2877
Black with #DE2877
Text Example
Text Example
White with #DE2877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2877; }
p { color: rgb(222,40,119); }
H1.HeaderClassName
{
color: #DE2877;
}
.AnyTagClassName
{
color: #DE2877;
}
</style>
background-color css
<style>
a { background-color: #DE2877; }
a { background-color: rgb(222,40,119); }
div.DivClassName
{
background-color: #DE2877;
}
.BgClassName
{
background-color: #DE2877;
}
</style>
border-color css
<style>
span { border-color: #DE2877; }
span { border-color: rgb(222,40,119); }
td.TdClassName
{
border-color: #DE2877;
}
.TagClassName
{
border-color: #DE2877;
}
</style>