Shades of Deep Cerise #DE358B
Tints of Deep Cerise #DE358B
RGB
CMYK
RGB Variations
Color information
#DE358B (or 0xDE358B) is known color: Deep Cerise. HEX triplet: DE, 35 and 8B. RGB value is (222,53,139). Sum of RGB (Red+Green+Blue) = 222+53+139=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE358B is #21CA74. Grayscale: #717171. Windows color (decimal): -2214517 or 9123294. OLE color: 9123294.
HSL color Cylindrical-coordinate representation of color #DE358B: hue angle of 329.47º 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 #DE358B is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 139 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.13 |
| HSL | 329.47º | 0.72% | 0.54% | - |
| HSV(B) | 329.47º | 0.76% | 0.87% | - |
| XYZ | 36.06 | 19.94 | 26.37 | - |
| YUV | 113.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 139 | 0 | 0.76 | 0.37 | 0.13 | 329.47 | 0.72 | 0.54 |
| Hex | DE | 35 | 8B | 0 | 4C | 25 | D | 149 | 48 | 36 |
| Octal | 336 | 65 | 213 | 0 | 114 | 45 | 15 | 511 | 110 | 66 |
| Binary | 11011110 | 110101 | 10001011 | 0 | 1001100 | 100101 | 1101 | 101001001 | 1001000 | 110110 |
Color Harmonies of #DE358B
Complementary color
Monochromatic Colors of #DE358B
Black with #DE358B
Text Example
Text Example
White with #DE358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE358B; }
p { color: rgb(222,53,139); }
H1.HeaderClassName
{
color: #DE358B;
}
.AnyTagClassName
{
color: #DE358B;
}
</style>
background-color css
<style>
a { background-color: #DE358B; }
a { background-color: rgb(222,53,139); }
div.DivClassName
{
background-color: #DE358B;
}
.BgClassName
{
background-color: #DE358B;
}
</style>
border-color css
<style>
span { border-color: #DE358B; }
span { border-color: rgb(222,53,139); }
td.TdClassName
{
border-color: #DE358B;
}
.TagClassName
{
border-color: #DE358B;
}
</style>