Shades of Deep Cerise #DB2194
Tints of Deep Cerise #DB2194
RGB
CMYK
RGB Variations
Color information
#DB2194 (or 0xDB2194) is known color: Deep Cerise. HEX triplet: DB, 21 and 94. RGB value is (219,33,148). Sum of RGB (Red+Green+Blue) = 219+33+148=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2194 is #24DE6B. Grayscale: #656565. Windows color (decimal): -2416236 or 9707995. OLE color: 9707995.
HSL color Cylindrical-coordinate representation of color #DB2194: hue angle of 322.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2194 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 148 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.14 |
| HSL | 322.9º | 0.74% | 0.49% | - |
| HSV(B) | 322.9º | 0.85% | 0.86% | - |
| XYZ | 35.1 | 18.29 | 29.7 | - |
| YUV | 101.72 | 154.12 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 148 | 0 | 0.85 | 0.32 | 0.14 | 322.9 | 0.74 | 0.49 |
| Hex | DB | 21 | 94 | 0 | 55 | 20 | E | 143 | 4A | 31 |
| Octal | 333 | 41 | 224 | 0 | 125 | 40 | 16 | 503 | 112 | 61 |
| Binary | 11011011 | 100001 | 10010100 | 0 | 1010101 | 100000 | 1110 | 101000011 | 1001010 | 110001 |
Color Harmonies of #DB2194
Complementary color
Monochromatic Colors of #DB2194
Black with #DB2194
Text Example
Text Example
White with #DB2194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2194; }
p { color: rgb(219,33,148); }
H1.HeaderClassName
{
color: #DB2194;
}
.AnyTagClassName
{
color: #DB2194;
}
</style>
background-color css
<style>
a { background-color: #DB2194; }
a { background-color: rgb(219,33,148); }
div.DivClassName
{
background-color: #DB2194;
}
.BgClassName
{
background-color: #DB2194;
}
</style>
border-color css
<style>
span { border-color: #DB2194; }
span { border-color: rgb(219,33,148); }
td.TdClassName
{
border-color: #DB2194;
}
.TagClassName
{
border-color: #DB2194;
}
</style>