Shades of Deep Cerise #DE219C
Tints of Deep Cerise #DE219C
RGB
CMYK
RGB Variations
Color information
#DE219C (or 0xDE219C) is known color: Deep Cerise. HEX triplet: DE, 21 and 9C. RGB value is (222,33,156). Sum of RGB (Red+Green+Blue) = 222+33+156=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DE219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE219C is #21DE63. Grayscale: #676767. Windows color (decimal): -2219620 or 10232286. OLE color: 10232286.
HSL color Cylindrical-coordinate representation of color #DE219C: hue angle of 320.95º 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 #DE219C is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.13 |
| HSL | 320.95º | 0.74% | 0.5% | - |
| HSV(B) | 320.95º | 0.85% | 0.87% | - |
| XYZ | 36.67 | 19.02 | 33.19 | - |
| YUV | 103.53 | 157.62 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 156 | 0 | 0.85 | 0.30 | 0.13 | 320.95 | 0.74 | 0.5 |
| Hex | DE | 21 | 9C | 0 | 55 | 1E | D | 141 | 4A | 32 |
| Octal | 336 | 41 | 234 | 0 | 125 | 36 | 15 | 501 | 112 | 62 |
| Binary | 11011110 | 100001 | 10011100 | 0 | 1010101 | 11110 | 1101 | 101000001 | 1001010 | 110010 |
Color Harmonies of #DE219C
Complementary color
Monochromatic Colors of #DE219C
Black with #DE219C
Text Example
Text Example
White with #DE219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE219C; }
p { color: rgb(222,33,156); }
H1.HeaderClassName
{
color: #DE219C;
}
.AnyTagClassName
{
color: #DE219C;
}
</style>
background-color css
<style>
a { background-color: #DE219C; }
a { background-color: rgb(222,33,156); }
div.DivClassName
{
background-color: #DE219C;
}
.BgClassName
{
background-color: #DE219C;
}
</style>
border-color css
<style>
span { border-color: #DE219C; }
span { border-color: rgb(222,33,156); }
td.TdClassName
{
border-color: #DE219C;
}
.TagClassName
{
border-color: #DE219C;
}
</style>