Shades of Deep Cerise #DE359A
Tints of Deep Cerise #DE359A
RGB
CMYK
RGB Variations
Color information
#DE359A (or 0xDE359A) is known color: Deep Cerise. HEX triplet: DE, 35 and 9A. RGB value is (222,53,154). Sum of RGB (Red+Green+Blue) = 222+53+154=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE359A is #21CA65. Grayscale: #727272. Windows color (decimal): -2214502 or 10106334. OLE color: 10106334.
HSL color Cylindrical-coordinate representation of color #DE359A: hue angle of 324.14º 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 #DE359A is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 154 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.13 |
| HSL | 324.14º | 0.72% | 0.54% | - |
| HSV(B) | 324.14º | 0.76% | 0.87% | - |
| XYZ | 37.23 | 20.41 | 32.55 | - |
| YUV | 115.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 154 | 0 | 0.76 | 0.31 | 0.13 | 324.14 | 0.72 | 0.54 |
| Hex | DE | 35 | 9A | 0 | 4C | 1F | D | 144 | 48 | 36 |
| Octal | 336 | 65 | 232 | 0 | 114 | 37 | 15 | 504 | 110 | 66 |
| Binary | 11011110 | 110101 | 10011010 | 0 | 1001100 | 11111 | 1101 | 101000100 | 1001000 | 110110 |
Color Harmonies of #DE359A
Complementary color
Monochromatic Colors of #DE359A
Black with #DE359A
Text Example
Text Example
White with #DE359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE359A; }
p { color: rgb(222,53,154); }
H1.HeaderClassName
{
color: #DE359A;
}
.AnyTagClassName
{
color: #DE359A;
}
</style>
background-color css
<style>
a { background-color: #DE359A; }
a { background-color: rgb(222,53,154); }
div.DivClassName
{
background-color: #DE359A;
}
.BgClassName
{
background-color: #DE359A;
}
</style>
border-color css
<style>
span { border-color: #DE359A; }
span { border-color: rgb(222,53,154); }
td.TdClassName
{
border-color: #DE359A;
}
.TagClassName
{
border-color: #DE359A;
}
</style>