Shades of Deep Cerise #DE359B
Tints of Deep Cerise #DE359B
RGB
CMYK
RGB Variations
Color information
#DE359B (or 0xDE359B) is known color: Deep Cerise. HEX triplet: DE, 35 and 9B. RGB value is (222,53,155). Sum of RGB (Red+Green+Blue) = 222+53+155=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 53 (21.09% from 255 or 12.33% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE359B is #21CA64. Grayscale: #727272. Windows color (decimal): -2214501 or 10171870. OLE color: 10171870.
HSL color Cylindrical-coordinate representation of color #DE359B: hue angle of 323.79º 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 #DE359B is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 155 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.13 |
| HSL | 323.79º | 0.72% | 0.54% | - |
| HSV(B) | 323.79º | 0.76% | 0.87% | - |
| XYZ | 37.31 | 20.44 | 32.99 | - |
| YUV | 115.16 | 150.49 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 155 | 0 | 0.76 | 0.30 | 0.13 | 323.79 | 0.72 | 0.54 |
| Hex | DE | 35 | 9B | 0 | 4C | 1E | D | 144 | 48 | 36 |
| Octal | 336 | 65 | 233 | 0 | 114 | 36 | 15 | 504 | 110 | 66 |
| Binary | 11011110 | 110101 | 10011011 | 0 | 1001100 | 11110 | 1101 | 101000100 | 1001000 | 110110 |
Color Harmonies of #DE359B
Complementary color
Monochromatic Colors of #DE359B
Black with #DE359B
Text Example
Text Example
White with #DE359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE359B; }
p { color: rgb(222,53,155); }
H1.HeaderClassName
{
color: #DE359B;
}
.AnyTagClassName
{
color: #DE359B;
}
</style>
background-color css
<style>
a { background-color: #DE359B; }
a { background-color: rgb(222,53,155); }
div.DivClassName
{
background-color: #DE359B;
}
.BgClassName
{
background-color: #DE359B;
}
</style>
border-color css
<style>
span { border-color: #DE359B; }
span { border-color: rgb(222,53,155); }
td.TdClassName
{
border-color: #DE359B;
}
.TagClassName
{
border-color: #DE359B;
}
</style>