Shades of Deep Cerise #DE2CA4
Tints of Deep Cerise #DE2CA4
RGB
CMYK
RGB Variations
Color information
#DE2CA4 (or 0xDE2CA4) is known color: Deep Cerise. HEX triplet: DE, 2C and A4. RGB value is (222,44,164). Sum of RGB (Red+Green+Blue) = 222+44+164=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2CA4 is #21D35B. Grayscale: #6E6E6E. Windows color (decimal): -2216796 or 10759390. OLE color: 10759390.
HSL color Cylindrical-coordinate representation of color #DE2CA4: hue angle of 319.55º 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 #DE2CA4 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 164 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.13 |
| HSL | 319.55º | 0.73% | 0.52% | - |
| HSV(B) | 319.55º | 0.8% | 0.87% | - |
| XYZ | 37.73 | 20.01 | 37 | - |
| YUV | 110.9 | 157.97 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 164 | 0 | 0.80 | 0.26 | 0.13 | 319.55 | 0.73 | 0.52 |
| Hex | DE | 2C | A4 | 0 | 50 | 1A | D | 140 | 49 | 34 |
| Octal | 336 | 54 | 244 | 0 | 120 | 32 | 15 | 500 | 111 | 64 |
| Binary | 11011110 | 101100 | 10100100 | 0 | 1010000 | 11010 | 1101 | 101000000 | 1001001 | 110100 |
Color Harmonies of #DE2CA4
Complementary color
Monochromatic Colors of #DE2CA4
Black with #DE2CA4
Text Example
Text Example
White with #DE2CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2CA4; }
p { color: rgb(222,44,164); }
H1.HeaderClassName
{
color: #DE2CA4;
}
.AnyTagClassName
{
color: #DE2CA4;
}
</style>
background-color css
<style>
a { background-color: #DE2CA4; }
a { background-color: rgb(222,44,164); }
div.DivClassName
{
background-color: #DE2CA4;
}
.BgClassName
{
background-color: #DE2CA4;
}
</style>
border-color css
<style>
span { border-color: #DE2CA4; }
span { border-color: rgb(222,44,164); }
td.TdClassName
{
border-color: #DE2CA4;
}
.TagClassName
{
border-color: #DE2CA4;
}
</style>