Shades of Deep Cerise #DE40A3
Tints of Deep Cerise #DE40A3
RGB
CMYK
RGB Variations
Color information
#DE40A3 (or 0xDE40A3) is known color: Deep Cerise. HEX triplet: DE, 40 and A3. RGB value is (222,64,163). Sum of RGB (Red+Green+Blue) = 222+64+163=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 64 (25.39% from 255 or 14.25% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE40A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE40A3 is #21BF5C. Grayscale: #7A7A7A. Windows color (decimal): -2211677 or 10698974. OLE color: 10698974.
HSL color Cylindrical-coordinate representation of color #DE40A3: hue angle of 322.41º 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 #DE40A3 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 163 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.13 |
| HSL | 322.41º | 0.71% | 0.56% | - |
| HSV(B) | 322.41º | 0.71% | 0.87% | - |
| XYZ | 38.57 | 21.84 | 36.83 | - |
| YUV | 122.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 163 | 0 | 0.71 | 0.27 | 0.13 | 322.41 | 0.71 | 0.56 |
| Hex | DE | 40 | A3 | 0 | 47 | 1B | D | 142 | 47 | 38 |
| Octal | 336 | 100 | 243 | 0 | 107 | 33 | 15 | 502 | 107 | 70 |
| Binary | 11011110 | 1000000 | 10100011 | 0 | 1000111 | 11011 | 1101 | 101000010 | 1000111 | 111000 |
Color Harmonies of #DE40A3
Complementary color
Monochromatic Colors of #DE40A3
Black with #DE40A3
Text Example
Text Example
White with #DE40A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE40A3; }
p { color: rgb(222,64,163); }
H1.HeaderClassName
{
color: #DE40A3;
}
.AnyTagClassName
{
color: #DE40A3;
}
</style>
background-color css
<style>
a { background-color: #DE40A3; }
a { background-color: rgb(222,64,163); }
div.DivClassName
{
background-color: #DE40A3;
}
.BgClassName
{
background-color: #DE40A3;
}
</style>
border-color css
<style>
span { border-color: #DE40A3; }
span { border-color: rgb(222,64,163); }
td.TdClassName
{
border-color: #DE40A3;
}
.TagClassName
{
border-color: #DE40A3;
}
</style>