Shades of Deep Cerise #DE3680
Tints of Deep Cerise #DE3680
RGB
CMYK
RGB Variations
Color information
#DE3680 (or 0xDE3680) is known color: Deep Cerise. HEX triplet: DE, 36 and 80. RGB value is (222,54,128). Sum of RGB (Red+Green+Blue) = 222+54+128=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3680 is #21C97F. Grayscale: #707070. Windows color (decimal): -2214272 or 8402654. OLE color: 8402654.
HSL color Cylindrical-coordinate representation of color #DE3680: hue angle of 333.57º 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 #DE3680 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 54 | 128 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.13 |
| HSL | 333.57º | 0.72% | 0.54% | - |
| HSV(B) | 333.57º | 0.76% | 0.87% | - |
| XYZ | 35.34 | 19.73 | 22.37 | - |
| YUV | 112.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 54 | 128 | 0 | 0.76 | 0.42 | 0.13 | 333.57 | 0.72 | 0.54 |
| Hex | DE | 36 | 80 | 0 | 4C | 2A | D | 14E | 48 | 36 |
| Octal | 336 | 66 | 200 | 0 | 114 | 52 | 15 | 516 | 110 | 66 |
| Binary | 11011110 | 110110 | 10000000 | 0 | 1001100 | 101010 | 1101 | 101001110 | 1001000 | 110110 |
Color Harmonies of #DE3680
Complementary color
Monochromatic Colors of #DE3680
Black with #DE3680
Text Example
Text Example
White with #DE3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3680; }
p { color: rgb(222,54,128); }
H1.HeaderClassName
{
color: #DE3680;
}
.AnyTagClassName
{
color: #DE3680;
}
</style>
background-color css
<style>
a { background-color: #DE3680; }
a { background-color: rgb(222,54,128); }
div.DivClassName
{
background-color: #DE3680;
}
.BgClassName
{
background-color: #DE3680;
}
</style>
border-color css
<style>
span { border-color: #DE3680; }
span { border-color: rgb(222,54,128); }
td.TdClassName
{
border-color: #DE3680;
}
.TagClassName
{
border-color: #DE3680;
}
</style>