Shades of Deep Cerise #DE3487
Tints of Deep Cerise #DE3487
RGB
CMYK
RGB Variations
Color information
#DE3487 (or 0xDE3487) is known color: Deep Cerise. HEX triplet: DE, 34 and 87. RGB value is (222,52,135). Sum of RGB (Red+Green+Blue) = 222+52+135=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3487 is #21CB78. Grayscale: #707070. Windows color (decimal): -2214777 or 8860894. OLE color: 8860894.
HSL color Cylindrical-coordinate representation of color #DE3487: hue angle of 330.71º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3487 is Cyan = 0, Magento = 0.77, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 52 | 135 | - |
| CMYK | 0 | 0.77 | 0.39 | 0.13 |
| HSL | 330.71º | 0.72% | 0.54% | - |
| HSV(B) | 330.71º | 0.77% | 0.87% | - |
| XYZ | 35.73 | 19.73 | 24.85 | - |
| YUV | 112.29 | 140.82 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 52 | 135 | 0 | 0.77 | 0.39 | 0.13 | 330.71 | 0.72 | 0.54 |
| Hex | DE | 34 | 87 | 0 | 4D | 27 | D | 14B | 48 | 36 |
| Octal | 336 | 64 | 207 | 0 | 115 | 47 | 15 | 513 | 110 | 66 |
| Binary | 11011110 | 110100 | 10000111 | 0 | 1001101 | 100111 | 1101 | 101001011 | 1001000 | 110110 |
Color Harmonies of #DE3487
Complementary color
Monochromatic Colors of #DE3487
Black with #DE3487
Text Example
Text Example
White with #DE3487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3487; }
p { color: rgb(222,52,135); }
H1.HeaderClassName
{
color: #DE3487;
}
.AnyTagClassName
{
color: #DE3487;
}
</style>
background-color css
<style>
a { background-color: #DE3487; }
a { background-color: rgb(222,52,135); }
div.DivClassName
{
background-color: #DE3487;
}
.BgClassName
{
background-color: #DE3487;
}
</style>
border-color css
<style>
span { border-color: #DE3487; }
span { border-color: rgb(222,52,135); }
td.TdClassName
{
border-color: #DE3487;
}
.TagClassName
{
border-color: #DE3487;
}
</style>