Shades of Deep Cerise #DE2697
Tints of Deep Cerise #DE2697
RGB
CMYK
RGB Variations
Color information
#DE2697 (or 0xDE2697) is known color: Deep Cerise. HEX triplet: DE, 26 and 97. RGB value is (222,38,151). Sum of RGB (Red+Green+Blue) = 222+38+151=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2697 is #21D968. Grayscale: #696969. Windows color (decimal): -2218345 or 9905886. OLE color: 9905886.
HSL color Cylindrical-coordinate representation of color #DE2697: hue angle of 323.15º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2697 is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 151 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.13 |
| HSL | 323.15º | 0.74% | 0.51% | - |
| HSV(B) | 323.15º | 0.83% | 0.87% | - |
| XYZ | 36.4 | 19.15 | 31.06 | - |
| YUV | 105.9 | 153.46 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 151 | 0 | 0.83 | 0.32 | 0.13 | 323.15 | 0.74 | 0.51 |
| Hex | DE | 26 | 97 | 0 | 53 | 20 | D | 143 | 4A | 33 |
| Octal | 336 | 46 | 227 | 0 | 123 | 40 | 15 | 503 | 112 | 63 |
| Binary | 11011110 | 100110 | 10010111 | 0 | 1010011 | 100000 | 1101 | 101000011 | 1001010 | 110011 |
Color Harmonies of #DE2697
Complementary color
Monochromatic Colors of #DE2697
Black with #DE2697
Text Example
Text Example
White with #DE2697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2697; }
p { color: rgb(222,38,151); }
H1.HeaderClassName
{
color: #DE2697;
}
.AnyTagClassName
{
color: #DE2697;
}
</style>
background-color css
<style>
a { background-color: #DE2697; }
a { background-color: rgb(222,38,151); }
div.DivClassName
{
background-color: #DE2697;
}
.BgClassName
{
background-color: #DE2697;
}
</style>
border-color css
<style>
span { border-color: #DE2697; }
span { border-color: rgb(222,38,151); }
td.TdClassName
{
border-color: #DE2697;
}
.TagClassName
{
border-color: #DE2697;
}
</style>