Shades of Deep Cerise #DE3097
Tints of Deep Cerise #DE3097
RGB
CMYK
RGB Variations
Color information
#DE3097 (or 0xDE3097) is known color: Deep Cerise. HEX triplet: DE, 30 and 97. RGB value is (222,48,151). Sum of RGB (Red+Green+Blue) = 222+48+151=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3097 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3097 is #21CF68. Grayscale: #6F6F6F. Windows color (decimal): -2215785 or 9908446. OLE color: 9908446.
HSL color Cylindrical-coordinate representation of color #DE3097: hue angle of 324.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3097 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 48 | 151 | - |
| CMYK | 0 | 0.78 | 0.32 | 0.13 |
| HSL | 324.48º | 0.73% | 0.53% | - |
| HSV(B) | 324.48º | 0.78% | 0.87% | - |
| XYZ | 36.77 | 19.88 | 31.18 | - |
| YUV | 111.77 | 150.15 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 48 | 151 | 0 | 0.78 | 0.32 | 0.13 | 324.48 | 0.73 | 0.53 |
| Hex | DE | 30 | 97 | 0 | 4E | 20 | D | 144 | 48 | 35 |
| Octal | 336 | 60 | 227 | 0 | 116 | 40 | 15 | 504 | 110 | 65 |
| Binary | 11011110 | 110000 | 10010111 | 0 | 1001110 | 100000 | 1101 | 101000100 | 1001000 | 110101 |
Color Harmonies of #DE3097
Complementary color
Monochromatic Colors of #DE3097
Black with #DE3097
Text Example
Text Example
White with #DE3097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3097; }
p { color: rgb(222,48,151); }
H1.HeaderClassName
{
color: #DE3097;
}
.AnyTagClassName
{
color: #DE3097;
}
</style>
background-color css
<style>
a { background-color: #DE3097; }
a { background-color: rgb(222,48,151); }
div.DivClassName
{
background-color: #DE3097;
}
.BgClassName
{
background-color: #DE3097;
}
</style>
border-color css
<style>
span { border-color: #DE3097; }
span { border-color: rgb(222,48,151); }
td.TdClassName
{
border-color: #DE3097;
}
.TagClassName
{
border-color: #DE3097;
}
</style>