Shades of Deep Cerise #DE2D7C
Tints of Deep Cerise #DE2D7C
RGB
CMYK
RGB Variations
Color information
#DE2D7C (or 0xDE2D7C) is known color: Deep Cerise. HEX triplet: DE, 2D and 7C. RGB value is (222,45,124). Sum of RGB (Red+Green+Blue) = 222+45+124=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D7C is #21D283. Grayscale: #6A6A6A. Windows color (decimal): -2216580 or 8138206. OLE color: 8138206.
HSL color Cylindrical-coordinate representation of color #DE2D7C: hue angle of 333.22º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D7C is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 124 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.13 |
| HSL | 333.22º | 0.73% | 0.52% | - |
| HSV(B) | 333.22º | 0.8% | 0.87% | - |
| XYZ | 34.7 | 18.86 | 20.88 | - |
| YUV | 106.93 | 137.64 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 124 | 0 | 0.80 | 0.44 | 0.13 | 333.22 | 0.73 | 0.52 |
| Hex | DE | 2D | 7C | 0 | 50 | 2C | D | 14D | 49 | 34 |
| Octal | 336 | 55 | 174 | 0 | 120 | 54 | 15 | 515 | 111 | 64 |
| Binary | 11011110 | 101101 | 1111100 | 0 | 1010000 | 101100 | 1101 | 101001101 | 1001001 | 110100 |
Color Harmonies of #DE2D7C
Complementary color
Monochromatic Colors of #DE2D7C
Black with #DE2D7C
Text Example
Text Example
White with #DE2D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2D7C; }
p { color: rgb(222,45,124); }
H1.HeaderClassName
{
color: #DE2D7C;
}
.AnyTagClassName
{
color: #DE2D7C;
}
</style>
background-color css
<style>
a { background-color: #DE2D7C; }
a { background-color: rgb(222,45,124); }
div.DivClassName
{
background-color: #DE2D7C;
}
.BgClassName
{
background-color: #DE2D7C;
}
</style>
border-color css
<style>
span { border-color: #DE2D7C; }
span { border-color: rgb(222,45,124); }
td.TdClassName
{
border-color: #DE2D7C;
}
.TagClassName
{
border-color: #DE2D7C;
}
</style>