Shades of Deep Cerise #DE40A1
Tints of Deep Cerise #DE40A1
RGB
CMYK
RGB Variations
Color information
#DE40A1 (or 0xDE40A1) is known color: Deep Cerise. HEX triplet: DE, 40 and A1. RGB value is (222,64,161). Sum of RGB (Red+Green+Blue) = 222+64+161=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40A1 is #21BF5E. Grayscale: #7A7A7A. Windows color (decimal): -2211679 or 10567902. OLE color: 10567902.
HSL color Cylindrical-coordinate representation of color #DE40A1: hue angle of 323.16º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE40A1 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 161 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.13 |
| HSL | 323.16º | 0.71% | 0.56% | - |
| HSV(B) | 323.16º | 0.71% | 0.87% | - |
| XYZ | 38.39 | 21.77 | 35.9 | - |
| YUV | 122.3 | 149.85 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 161 | 0 | 0.71 | 0.27 | 0.13 | 323.16 | 0.71 | 0.56 |
| Hex | DE | 40 | A1 | 0 | 47 | 1B | D | 143 | 47 | 38 |
| Octal | 336 | 100 | 241 | 0 | 107 | 33 | 15 | 503 | 107 | 70 |
| Binary | 11011110 | 1000000 | 10100001 | 0 | 1000111 | 11011 | 1101 | 101000011 | 1000111 | 111000 |
Color Harmonies of #DE40A1
Complementary color
Monochromatic Colors of #DE40A1
Black with #DE40A1
Text Example
Text Example
White with #DE40A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40A1; }
p { color: rgb(222,64,161); }
H1.HeaderClassName
{
color: #DE40A1;
}
.AnyTagClassName
{
color: #DE40A1;
}
</style>
background-color css
<style>
a { background-color: #DE40A1; }
a { background-color: rgb(222,64,161); }
div.DivClassName
{
background-color: #DE40A1;
}
.BgClassName
{
background-color: #DE40A1;
}
</style>
border-color css
<style>
span { border-color: #DE40A1; }
span { border-color: rgb(222,64,161); }
td.TdClassName
{
border-color: #DE40A1;
}
.TagClassName
{
border-color: #DE40A1;
}
</style>