Shades of Deep Cerise #DE2878
Tints of Deep Cerise #DE2878
RGB
CMYK
RGB Variations
Color information
#DE2878 (or 0xDE2878) is known color: Deep Cerise. HEX triplet: DE, 28 and 78. RGB value is (222,40,120). Sum of RGB (Red+Green+Blue) = 222+40+120=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2878 is #21D787. Grayscale: #676767. Windows color (decimal): -2217864 or 7874782. OLE color: 7874782.
HSL color Cylindrical-coordinate representation of color #DE2878: hue angle of 333.63º 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 #DE2878 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 120 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.13 |
| HSL | 333.63º | 0.73% | 0.51% | - |
| HSV(B) | 333.63º | 0.82% | 0.87% | - |
| XYZ | 34.27 | 18.4 | 19.52 | - |
| YUV | 103.54 | 137.3 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 120 | 0 | 0.82 | 0.46 | 0.13 | 333.63 | 0.73 | 0.51 |
| Hex | DE | 28 | 78 | 0 | 52 | 2E | D | 14E | 49 | 33 |
| Octal | 336 | 50 | 170 | 0 | 122 | 56 | 15 | 516 | 111 | 63 |
| Binary | 11011110 | 101000 | 1111000 | 0 | 1010010 | 101110 | 1101 | 101001110 | 1001001 | 110011 |
Color Harmonies of #DE2878
Complementary color
Monochromatic Colors of #DE2878
Black with #DE2878
Text Example
Text Example
White with #DE2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2878; }
p { color: rgb(222,40,120); }
H1.HeaderClassName
{
color: #DE2878;
}
.AnyTagClassName
{
color: #DE2878;
}
</style>
background-color css
<style>
a { background-color: #DE2878; }
a { background-color: rgb(222,40,120); }
div.DivClassName
{
background-color: #DE2878;
}
.BgClassName
{
background-color: #DE2878;
}
</style>
border-color css
<style>
span { border-color: #DE2878; }
span { border-color: rgb(222,40,120); }
td.TdClassName
{
border-color: #DE2878;
}
.TagClassName
{
border-color: #DE2878;
}
</style>