Shades of Deep Cerise #DE3297
Tints of Deep Cerise #DE3297
RGB
CMYK
RGB Variations
Color information
#DE3297 (or 0xDE3297) is known color: Deep Cerise. HEX triplet: DE, 32 and 97. RGB value is (222,50,151). Sum of RGB (Red+Green+Blue) = 222+50+151=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3297 is #21CD68. Grayscale: #707070. Windows color (decimal): -2215273 or 9908958. OLE color: 9908958.
HSL color Cylindrical-coordinate representation of color #DE3297: hue angle of 324.77º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3297 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 50 | 151 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.13 |
| HSL | 324.77º | 0.72% | 0.53% | - |
| HSV(B) | 324.77º | 0.77% | 0.87% | - |
| XYZ | 36.85 | 20.05 | 31.21 | - |
| YUV | 112.94 | 149.48 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 50 | 151 | 0 | 0.77 | 0.32 | 0.13 | 324.77 | 0.72 | 0.53 |
| Hex | DE | 32 | 97 | 0 | 4D | 20 | D | 145 | 48 | 35 |
| Octal | 336 | 62 | 227 | 0 | 115 | 40 | 15 | 505 | 110 | 65 |
| Binary | 11011110 | 110010 | 10010111 | 0 | 1001101 | 100000 | 1101 | 101000101 | 1001000 | 110101 |
Color Harmonies of #DE3297
Complementary color
Monochromatic Colors of #DE3297
Black with #DE3297
Text Example
Text Example
White with #DE3297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3297; }
p { color: rgb(222,50,151); }
H1.HeaderClassName
{
color: #DE3297;
}
.AnyTagClassName
{
color: #DE3297;
}
</style>
background-color css
<style>
a { background-color: #DE3297; }
a { background-color: rgb(222,50,151); }
div.DivClassName
{
background-color: #DE3297;
}
.BgClassName
{
background-color: #DE3297;
}
</style>
border-color css
<style>
span { border-color: #DE3297; }
span { border-color: rgb(222,50,151); }
td.TdClassName
{
border-color: #DE3297;
}
.TagClassName
{
border-color: #DE3297;
}
</style>