Shades of Deep Cerise #DE2C78
Tints of Deep Cerise #DE2C78
RGB
CMYK
RGB Variations
Color information
#DE2C78 (or 0xDE2C78) is known color: Deep Cerise. HEX triplet: DE, 2C and 78. RGB value is (222,44,120). Sum of RGB (Red+Green+Blue) = 222+44+120=386 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.51% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2C78 is #21D387. Grayscale: #696969. Windows color (decimal): -2216840 or 7875806. OLE color: 7875806.
HSL color Cylindrical-coordinate representation of color #DE2C78: hue angle of 334.38º 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 #DE2C78 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 120 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.13 |
| HSL | 334.38º | 0.73% | 0.52% | - |
| HSV(B) | 334.38º | 0.8% | 0.87% | - |
| XYZ | 34.42 | 18.69 | 19.56 | - |
| YUV | 105.89 | 135.97 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 120 | 0 | 0.80 | 0.46 | 0.13 | 334.38 | 0.73 | 0.52 |
| Hex | DE | 2C | 78 | 0 | 50 | 2E | D | 14E | 49 | 34 |
| Octal | 336 | 54 | 170 | 0 | 120 | 56 | 15 | 516 | 111 | 64 |
| Binary | 11011110 | 101100 | 1111000 | 0 | 1010000 | 101110 | 1101 | 101001110 | 1001001 | 110100 |
Color Harmonies of #DE2C78
Complementary color
Monochromatic Colors of #DE2C78
Black with #DE2C78
Text Example
Text Example
White with #DE2C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2C78; }
p { color: rgb(222,44,120); }
H1.HeaderClassName
{
color: #DE2C78;
}
.AnyTagClassName
{
color: #DE2C78;
}
</style>
background-color css
<style>
a { background-color: #DE2C78; }
a { background-color: rgb(222,44,120); }
div.DivClassName
{
background-color: #DE2C78;
}
.BgClassName
{
background-color: #DE2C78;
}
</style>
border-color css
<style>
span { border-color: #DE2C78; }
span { border-color: rgb(222,44,120); }
td.TdClassName
{
border-color: #DE2C78;
}
.TagClassName
{
border-color: #DE2C78;
}
</style>