Shades of Deep Cerise #DE2DA3
Tints of Deep Cerise #DE2DA3
RGB
CMYK
RGB Variations
Color information
#DE2DA3 (or 0xDE2DA3) is known color: Deep Cerise. HEX triplet: DE, 2D and A3. RGB value is (222,45,163). Sum of RGB (Red+Green+Blue) = 222+45+163=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2DA3 is #21D25C. Grayscale: #6F6F6F. Windows color (decimal): -2216541 or 10694110. OLE color: 10694110.
HSL color Cylindrical-coordinate representation of color #DE2DA3: hue angle of 320º 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 #DE2DA3 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 45 | 163 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.13 |
| HSL | 320º | 0.73% | 0.52% | - |
| HSV(B) | 320º | 0.8% | 0.87% | - |
| XYZ | 37.67 | 20.05 | 36.53 | - |
| YUV | 111.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 45 | 163 | 0 | 0.80 | 0.27 | 0.13 | 320 | 0.73 | 0.52 |
| Hex | DE | 2D | A3 | 0 | 50 | 1B | D | 140 | 49 | 34 |
| Octal | 336 | 55 | 243 | 0 | 120 | 33 | 15 | 500 | 111 | 64 |
| Binary | 11011110 | 101101 | 10100011 | 0 | 1010000 | 11011 | 1101 | 101000000 | 1001001 | 110100 |
Color Harmonies of #DE2DA3
Complementary color
Monochromatic Colors of #DE2DA3
Black with #DE2DA3
Text Example
Text Example
White with #DE2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2DA3; }
p { color: rgb(222,45,163); }
H1.HeaderClassName
{
color: #DE2DA3;
}
.AnyTagClassName
{
color: #DE2DA3;
}
</style>
background-color css
<style>
a { background-color: #DE2DA3; }
a { background-color: rgb(222,45,163); }
div.DivClassName
{
background-color: #DE2DA3;
}
.BgClassName
{
background-color: #DE2DA3;
}
</style>
border-color css
<style>
span { border-color: #DE2DA3; }
span { border-color: rgb(222,45,163); }
td.TdClassName
{
border-color: #DE2DA3;
}
.TagClassName
{
border-color: #DE2DA3;
}
</style>