Shades of Deep Cerise #DE2189
Tints of Deep Cerise #DE2189
RGB
CMYK
RGB Variations
Color information
#DE2189 (or 0xDE2189) is known color: Deep Cerise. HEX triplet: DE, 21 and 89. RGB value is (222,33,137). Sum of RGB (Red+Green+Blue) = 222+33+137=392 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.63% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2189 is #21DE76. Grayscale: #656565. Windows color (decimal): -2219639 or 8987102. OLE color: 8987102.
HSL color Cylindrical-coordinate representation of color #DE2189: hue angle of 326.98º 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 #DE2189 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 33 | 137 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.13 |
| HSL | 326.98º | 0.74% | 0.5% | - |
| HSV(B) | 326.98º | 0.85% | 0.87% | - |
| XYZ | 35.18 | 18.42 | 25.37 | - |
| YUV | 101.37 | 148.12 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 33 | 137 | 0 | 0.85 | 0.38 | 0.13 | 326.98 | 0.74 | 0.5 |
| Hex | DE | 21 | 89 | 0 | 55 | 26 | D | 147 | 4A | 32 |
| Octal | 336 | 41 | 211 | 0 | 125 | 46 | 15 | 507 | 112 | 62 |
| Binary | 11011110 | 100001 | 10001001 | 0 | 1010101 | 100110 | 1101 | 101000111 | 1001010 | 110010 |
Color Harmonies of #DE2189
Complementary color
Monochromatic Colors of #DE2189
Black with #DE2189
Text Example
Text Example
White with #DE2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2189; }
p { color: rgb(222,33,137); }
H1.HeaderClassName
{
color: #DE2189;
}
.AnyTagClassName
{
color: #DE2189;
}
</style>
background-color css
<style>
a { background-color: #DE2189; }
a { background-color: rgb(222,33,137); }
div.DivClassName
{
background-color: #DE2189;
}
.BgClassName
{
background-color: #DE2189;
}
</style>
border-color css
<style>
span { border-color: #DE2189; }
span { border-color: rgb(222,33,137); }
td.TdClassName
{
border-color: #DE2189;
}
.TagClassName
{
border-color: #DE2189;
}
</style>