Shades of Deep Cerise #DE3593
Tints of Deep Cerise #DE3593
RGB
CMYK
RGB Variations
Color information
#DE3593 (or 0xDE3593) is known color: Deep Cerise. HEX triplet: DE, 35 and 93. RGB value is (222,53,147). Sum of RGB (Red+Green+Blue) = 222+53+147=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3593 is #21CA6C. Grayscale: #727272. Windows color (decimal): -2214509 or 9647582. OLE color: 9647582.
HSL color Cylindrical-coordinate representation of color #DE3593: hue angle of 326.63º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DE3593 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 147 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.13 |
| HSL | 326.63º | 0.72% | 0.54% | - |
| HSV(B) | 326.63º | 0.76% | 0.87% | - |
| XYZ | 36.66 | 20.18 | 29.57 | - |
| YUV | 114.25 | 146.49 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 147 | 0 | 0.76 | 0.34 | 0.13 | 326.63 | 0.72 | 0.54 |
| Hex | DE | 35 | 93 | 0 | 4C | 22 | D | 147 | 48 | 36 |
| Octal | 336 | 65 | 223 | 0 | 114 | 42 | 15 | 507 | 110 | 66 |
| Binary | 11011110 | 110101 | 10010011 | 0 | 1001100 | 100010 | 1101 | 101000111 | 1001000 | 110110 |
Color Harmonies of #DE3593
Complementary color
Monochromatic Colors of #DE3593
Black with #DE3593
Text Example
Text Example
White with #DE3593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3593; }
p { color: rgb(222,53,147); }
H1.HeaderClassName
{
color: #DE3593;
}
.AnyTagClassName
{
color: #DE3593;
}
</style>
background-color css
<style>
a { background-color: #DE3593; }
a { background-color: rgb(222,53,147); }
div.DivClassName
{
background-color: #DE3593;
}
.BgClassName
{
background-color: #DE3593;
}
</style>
border-color css
<style>
span { border-color: #DE3593; }
span { border-color: rgb(222,53,147); }
td.TdClassName
{
border-color: #DE3593;
}
.TagClassName
{
border-color: #DE3593;
}
</style>