Shades of Deep Cerise #DE29A1
Tints of Deep Cerise #DE29A1
RGB
CMYK
RGB Variations
Color information
#DE29A1 (or 0xDE29A1) is known color: Deep Cerise. HEX triplet: DE, 29 and A1. RGB value is (222,41,161). Sum of RGB (Red+Green+Blue) = 222+41+161=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29A1 is #21D65E. Grayscale: #6C6C6C. Windows color (decimal): -2217567 or 10562014. OLE color: 10562014.
HSL color Cylindrical-coordinate representation of color #DE29A1: hue angle of 320.22º 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 #DE29A1 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 161 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.13 |
| HSL | 320.22º | 0.73% | 0.52% | - |
| HSV(B) | 320.22º | 0.82% | 0.87% | - |
| XYZ | 37.35 | 19.69 | 35.55 | - |
| YUV | 108.8 | 157.47 | 208.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 161 | 0 | 0.82 | 0.27 | 0.13 | 320.22 | 0.73 | 0.52 |
| Hex | DE | 29 | A1 | 0 | 52 | 1B | D | 140 | 49 | 34 |
| Octal | 336 | 51 | 241 | 0 | 122 | 33 | 15 | 500 | 111 | 64 |
| Binary | 11011110 | 101001 | 10100001 | 0 | 1010010 | 11011 | 1101 | 101000000 | 1001001 | 110100 |
Color Harmonies of #DE29A1
Complementary color
Monochromatic Colors of #DE29A1
Black with #DE29A1
Text Example
Text Example
White with #DE29A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE29A1; }
p { color: rgb(222,41,161); }
H1.HeaderClassName
{
color: #DE29A1;
}
.AnyTagClassName
{
color: #DE29A1;
}
</style>
background-color css
<style>
a { background-color: #DE29A1; }
a { background-color: rgb(222,41,161); }
div.DivClassName
{
background-color: #DE29A1;
}
.BgClassName
{
background-color: #DE29A1;
}
</style>
border-color css
<style>
span { border-color: #DE29A1; }
span { border-color: rgb(222,41,161); }
td.TdClassName
{
border-color: #DE29A1;
}
.TagClassName
{
border-color: #DE29A1;
}
</style>