Shades of Deep Cerise #DE359C
Tints of Deep Cerise #DE359C
RGB
CMYK
RGB Variations
Color information
#DE359C (or 0xDE359C) is known color: Deep Cerise. HEX triplet: DE, 35 and 9C. RGB value is (222,53,156). Sum of RGB (Red+Green+Blue) = 222+53+156=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE359C is #21CA63. Grayscale: #737373. Windows color (decimal): -2214500 or 10237406. OLE color: 10237406.
HSL color Cylindrical-coordinate representation of color #DE359C: hue angle of 323.43º 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 #DE359C is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 156 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.13 |
| HSL | 323.43º | 0.72% | 0.54% | - |
| HSV(B) | 323.43º | 0.76% | 0.87% | - |
| XYZ | 37.4 | 20.48 | 33.43 | - |
| YUV | 115.27 | 150.99 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 156 | 0 | 0.76 | 0.30 | 0.13 | 323.43 | 0.72 | 0.54 |
| Hex | DE | 35 | 9C | 0 | 4C | 1E | D | 143 | 48 | 36 |
| Octal | 336 | 65 | 234 | 0 | 114 | 36 | 15 | 503 | 110 | 66 |
| Binary | 11011110 | 110101 | 10011100 | 0 | 1001100 | 11110 | 1101 | 101000011 | 1001000 | 110110 |
Color Harmonies of #DE359C
Complementary color
Monochromatic Colors of #DE359C
Black with #DE359C
Text Example
Text Example
White with #DE359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE359C; }
p { color: rgb(222,53,156); }
H1.HeaderClassName
{
color: #DE359C;
}
.AnyTagClassName
{
color: #DE359C;
}
</style>
background-color css
<style>
a { background-color: #DE359C; }
a { background-color: rgb(222,53,156); }
div.DivClassName
{
background-color: #DE359C;
}
.BgClassName
{
background-color: #DE359C;
}
</style>
border-color css
<style>
span { border-color: #DE359C; }
span { border-color: rgb(222,53,156); }
td.TdClassName
{
border-color: #DE359C;
}
.TagClassName
{
border-color: #DE359C;
}
</style>