Shades of Deep Cerise #DE2195
Tints of Deep Cerise #DE2195
RGB
CMYK
RGB Variations
Color information
#DE2195 (or 0xDE2195) is known color: Deep Cerise. HEX triplet: DE, 21 and 95. RGB value is (222,33,149). Sum of RGB (Red+Green+Blue) = 222+33+149=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2195 is #21DE6A. Grayscale: #666666. Windows color (decimal): -2219627 or 9773534. OLE color: 9773534.
HSL color Cylindrical-coordinate representation of color #DE2195: hue angle of 323.17º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE2195 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 149 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.13 |
| HSL | 323.17º | 0.74% | 0.5% | - |
| HSV(B) | 323.17º | 0.85% | 0.87% | - |
| XYZ | 36.09 | 18.79 | 30.16 | - |
| YUV | 102.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 149 | 0 | 0.85 | 0.33 | 0.13 | 323.17 | 0.74 | 0.5 |
| Hex | DE | 21 | 95 | 0 | 55 | 21 | D | 143 | 4A | 32 |
| Octal | 336 | 41 | 225 | 0 | 125 | 41 | 15 | 503 | 112 | 62 |
| Binary | 11011110 | 100001 | 10010101 | 0 | 1010101 | 100001 | 1101 | 101000011 | 1001010 | 110010 |
Color Harmonies of #DE2195
Complementary color
Monochromatic Colors of #DE2195
Black with #DE2195
Text Example
Text Example
White with #DE2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2195; }
p { color: rgb(222,33,149); }
H1.HeaderClassName
{
color: #DE2195;
}
.AnyTagClassName
{
color: #DE2195;
}
</style>
background-color css
<style>
a { background-color: #DE2195; }
a { background-color: rgb(222,33,149); }
div.DivClassName
{
background-color: #DE2195;
}
.BgClassName
{
background-color: #DE2195;
}
</style>
border-color css
<style>
span { border-color: #DE2195; }
span { border-color: rgb(222,33,149); }
td.TdClassName
{
border-color: #DE2195;
}
.TagClassName
{
border-color: #DE2195;
}
</style>