Shades of Deep Cerise #DE2993
Tints of Deep Cerise #DE2993
RGB
CMYK
RGB Variations
Color information
#DE2993 (or 0xDE2993) is known color: Deep Cerise. HEX triplet: DE, 29 and 93. RGB value is (222,41,147). Sum of RGB (Red+Green+Blue) = 222+41+147=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2993 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2993 is #21D66C. Grayscale: #6A6A6A. Windows color (decimal): -2217581 or 9644510. OLE color: 9644510.
HSL color Cylindrical-coordinate representation of color #DE2993: hue angle of 324.86º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2993 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 147 | - |
| CMYK | 0 | 0.82 | 0.34 | 0.13 |
| HSL | 324.86º | 0.73% | 0.52% | - |
| HSV(B) | 324.86º | 0.82% | 0.87% | - |
| XYZ | 36.18 | 19.22 | 29.41 | - |
| YUV | 107.2 | 150.47 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 147 | 0 | 0.82 | 0.34 | 0.13 | 324.86 | 0.73 | 0.52 |
| Hex | DE | 29 | 93 | 0 | 52 | 22 | D | 145 | 49 | 34 |
| Octal | 336 | 51 | 223 | 0 | 122 | 42 | 15 | 505 | 111 | 64 |
| Binary | 11011110 | 101001 | 10010011 | 0 | 1010010 | 100010 | 1101 | 101000101 | 1001001 | 110100 |
Color Harmonies of #DE2993
Complementary color
Monochromatic Colors of #DE2993
Black with #DE2993
Text Example
Text Example
White with #DE2993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2993; }
p { color: rgb(222,41,147); }
H1.HeaderClassName
{
color: #DE2993;
}
.AnyTagClassName
{
color: #DE2993;
}
</style>
background-color css
<style>
a { background-color: #DE2993; }
a { background-color: rgb(222,41,147); }
div.DivClassName
{
background-color: #DE2993;
}
.BgClassName
{
background-color: #DE2993;
}
</style>
border-color css
<style>
span { border-color: #DE2993; }
span { border-color: rgb(222,41,147); }
td.TdClassName
{
border-color: #DE2993;
}
.TagClassName
{
border-color: #DE2993;
}
</style>