Shades of Deep Cerise #DE3193
Tints of Deep Cerise #DE3193
RGB
CMYK
RGB Variations
Color information
#DE3193 (or 0xDE3193) is known color: Deep Cerise. HEX triplet: DE, 31 and 93. RGB value is (222,49,147). Sum of RGB (Red+Green+Blue) = 222+49+147=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3193 is #21CE6C. Grayscale: #6F6F6F. Windows color (decimal): -2215533 or 9646558. OLE color: 9646558.
HSL color Cylindrical-coordinate representation of color #DE3193: hue angle of 326.01º degrees, saturation: 0.72, 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 #DE3193 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 49 | 147 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.13 |
| HSL | 326.01º | 0.72% | 0.53% | - |
| HSV(B) | 326.01º | 0.78% | 0.87% | - |
| XYZ | 36.49 | 19.83 | 29.51 | - |
| YUV | 111.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 49 | 147 | 0 | 0.78 | 0.34 | 0.13 | 326.01 | 0.72 | 0.53 |
| Hex | DE | 31 | 93 | 0 | 4E | 22 | D | 146 | 48 | 35 |
| Octal | 336 | 61 | 223 | 0 | 116 | 42 | 15 | 506 | 110 | 65 |
| Binary | 11011110 | 110001 | 10010011 | 0 | 1001110 | 100010 | 1101 | 101000110 | 1001000 | 110101 |
Color Harmonies of #DE3193
Complementary color
Monochromatic Colors of #DE3193
Black with #DE3193
Text Example
Text Example
White with #DE3193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3193; }
p { color: rgb(222,49,147); }
H1.HeaderClassName
{
color: #DE3193;
}
.AnyTagClassName
{
color: #DE3193;
}
</style>
background-color css
<style>
a { background-color: #DE3193; }
a { background-color: rgb(222,49,147); }
div.DivClassName
{
background-color: #DE3193;
}
.BgClassName
{
background-color: #DE3193;
}
</style>
border-color css
<style>
span { border-color: #DE3193; }
span { border-color: rgb(222,49,147); }
td.TdClassName
{
border-color: #DE3193;
}
.TagClassName
{
border-color: #DE3193;
}
</style>