Shades of Deep Cerise #DE2879
Tints of Deep Cerise #DE2879
RGB
CMYK
RGB Variations
Color information
#DE2879 (or 0xDE2879) is known color: Deep Cerise. HEX triplet: DE, 28 and 79. RGB value is (222,40,121). Sum of RGB (Red+Green+Blue) = 222+40+121=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 121 (47.66% from 255 or 31.59% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2879 is #21D786. Grayscale: #676767. Windows color (decimal): -2217863 or 7940318. OLE color: 7940318.
HSL color Cylindrical-coordinate representation of color #DE2879: hue angle of 333.3º 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 #DE2879 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 121 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.13 |
| HSL | 333.3º | 0.73% | 0.51% | - |
| HSV(B) | 333.3º | 0.82% | 0.87% | - |
| XYZ | 34.33 | 18.43 | 19.84 | - |
| YUV | 103.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 121 | 0 | 0.82 | 0.45 | 0.13 | 333.3 | 0.73 | 0.51 |
| Hex | DE | 28 | 79 | 0 | 52 | 2D | D | 14D | 49 | 33 |
| Octal | 336 | 50 | 171 | 0 | 122 | 55 | 15 | 515 | 111 | 63 |
| Binary | 11011110 | 101000 | 1111001 | 0 | 1010010 | 101101 | 1101 | 101001101 | 1001001 | 110011 |
Color Harmonies of #DE2879
Complementary color
Monochromatic Colors of #DE2879
Black with #DE2879
Text Example
Text Example
White with #DE2879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2879; }
p { color: rgb(222,40,121); }
H1.HeaderClassName
{
color: #DE2879;
}
.AnyTagClassName
{
color: #DE2879;
}
</style>
background-color css
<style>
a { background-color: #DE2879; }
a { background-color: rgb(222,40,121); }
div.DivClassName
{
background-color: #DE2879;
}
.BgClassName
{
background-color: #DE2879;
}
</style>
border-color css
<style>
span { border-color: #DE2879; }
span { border-color: rgb(222,40,121); }
td.TdClassName
{
border-color: #DE2879;
}
.TagClassName
{
border-color: #DE2879;
}
</style>