Shades of Deep Cerise #DE3BA3
Tints of Deep Cerise #DE3BA3
RGB
CMYK
RGB Variations
Color information
#DE3BA3 (or 0xDE3BA3) is known color: Deep Cerise. HEX triplet: DE, 3B and A3. RGB value is (222,59,163). Sum of RGB (Red+Green+Blue) = 222+59+163=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3BA3 is #21C45C. Grayscale: #777777. Windows color (decimal): -2212957 or 10697694. OLE color: 10697694.
HSL color Cylindrical-coordinate representation of color #DE3BA3: hue angle of 321.72º 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 #DE3BA3 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 59 | 163 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.13 |
| HSL | 321.72º | 0.71% | 0.55% | - |
| HSV(B) | 321.72º | 0.73% | 0.87% | - |
| XYZ | 38.3 | 21.3 | 36.74 | - |
| YUV | 119.59 | 152.5 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 59 | 163 | 0 | 0.73 | 0.27 | 0.13 | 321.72 | 0.71 | 0.55 |
| Hex | DE | 3B | A3 | 0 | 49 | 1B | D | 142 | 47 | 37 |
| Octal | 336 | 73 | 243 | 0 | 111 | 33 | 15 | 502 | 107 | 67 |
| Binary | 11011110 | 111011 | 10100011 | 0 | 1001001 | 11011 | 1101 | 101000010 | 1000111 | 110111 |
Color Harmonies of #DE3BA3
Complementary color
Monochromatic Colors of #DE3BA3
Black with #DE3BA3
Text Example
Text Example
White with #DE3BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3BA3; }
p { color: rgb(222,59,163); }
H1.HeaderClassName
{
color: #DE3BA3;
}
.AnyTagClassName
{
color: #DE3BA3;
}
</style>
background-color css
<style>
a { background-color: #DE3BA3; }
a { background-color: rgb(222,59,163); }
div.DivClassName
{
background-color: #DE3BA3;
}
.BgClassName
{
background-color: #DE3BA3;
}
</style>
border-color css
<style>
span { border-color: #DE3BA3; }
span { border-color: rgb(222,59,163); }
td.TdClassName
{
border-color: #DE3BA3;
}
.TagClassName
{
border-color: #DE3BA3;
}
</style>