Shades of Deep Cerise #DE40A8
Tints of Deep Cerise #DE40A8
RGB
CMYK
RGB Variations
Color information
#DE40A8 (or 0xDE40A8) is known color: Deep Cerise. HEX triplet: DE, 40 and A8. RGB value is (222,64,168). Sum of RGB (Red+Green+Blue) = 222+64+168=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40A8 is #21BF57. Grayscale: #7A7A7A. Windows color (decimal): -2211672 or 11026654. OLE color: 11026654.
HSL color Cylindrical-coordinate representation of color #DE40A8: hue angle of 320.51º 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 #DE40A8 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 168 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.13 |
| HSL | 320.51º | 0.71% | 0.56% | - |
| HSV(B) | 320.51º | 0.71% | 0.87% | - |
| XYZ | 39.03 | 22.02 | 39.24 | - |
| YUV | 123.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 168 | 0 | 0.71 | 0.24 | 0.13 | 320.51 | 0.71 | 0.56 |
| Hex | DE | 40 | A8 | 0 | 47 | 18 | D | 141 | 47 | 38 |
| Octal | 336 | 100 | 250 | 0 | 107 | 30 | 15 | 501 | 107 | 70 |
| Binary | 11011110 | 1000000 | 10101000 | 0 | 1000111 | 11000 | 1101 | 101000001 | 1000111 | 111000 |
Color Harmonies of #DE40A8
Complementary color
Monochromatic Colors of #DE40A8
Black with #DE40A8
Text Example
Text Example
White with #DE40A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40A8; }
p { color: rgb(222,64,168); }
H1.HeaderClassName
{
color: #DE40A8;
}
.AnyTagClassName
{
color: #DE40A8;
}
</style>
background-color css
<style>
a { background-color: #DE40A8; }
a { background-color: rgb(222,64,168); }
div.DivClassName
{
background-color: #DE40A8;
}
.BgClassName
{
background-color: #DE40A8;
}
</style>
border-color css
<style>
span { border-color: #DE40A8; }
span { border-color: rgb(222,64,168); }
td.TdClassName
{
border-color: #DE40A8;
}
.TagClassName
{
border-color: #DE40A8;
}
</style>