Shades of Deep Cerise #DE3BA1
Tints of Deep Cerise #DE3BA1
RGB
CMYK
RGB Variations
Color information
#DE3BA1 (or 0xDE3BA1) is known color: Deep Cerise. HEX triplet: DE, 3B and A1. RGB value is (222,59,161). Sum of RGB (Red+Green+Blue) = 222+59+161=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3BA1 is #21C45E. Grayscale: #777777. Windows color (decimal): -2212959 or 10566622. OLE color: 10566622.
HSL color Cylindrical-coordinate representation of color #DE3BA1: hue angle of 322.45º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3BA1 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 59 | 161 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.13 |
| HSL | 322.45º | 0.71% | 0.55% | - |
| HSV(B) | 322.45º | 0.73% | 0.87% | - |
| XYZ | 38.12 | 21.23 | 35.81 | - |
| YUV | 119.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 59 | 161 | 0 | 0.73 | 0.27 | 0.13 | 322.45 | 0.71 | 0.55 |
| Hex | DE | 3B | A1 | 0 | 49 | 1B | D | 142 | 47 | 37 |
| Octal | 336 | 73 | 241 | 0 | 111 | 33 | 15 | 502 | 107 | 67 |
| Binary | 11011110 | 111011 | 10100001 | 0 | 1001001 | 11011 | 1101 | 101000010 | 1000111 | 110111 |
Color Harmonies of #DE3BA1
Complementary color
Monochromatic Colors of #DE3BA1
Black with #DE3BA1
Text Example
Text Example
White with #DE3BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3BA1; }
p { color: rgb(222,59,161); }
H1.HeaderClassName
{
color: #DE3BA1;
}
.AnyTagClassName
{
color: #DE3BA1;
}
</style>
background-color css
<style>
a { background-color: #DE3BA1; }
a { background-color: rgb(222,59,161); }
div.DivClassName
{
background-color: #DE3BA1;
}
.BgClassName
{
background-color: #DE3BA1;
}
</style>
border-color css
<style>
span { border-color: #DE3BA1; }
span { border-color: rgb(222,59,161); }
td.TdClassName
{
border-color: #DE3BA1;
}
.TagClassName
{
border-color: #DE3BA1;
}
</style>