Shades of Deep Cerise #DB2193
Tints of Deep Cerise #DB2193
RGB
CMYK
RGB Variations
Color information
#DB2193 (or 0xDB2193) is known color: Deep Cerise. HEX triplet: DB, 21 and 93. RGB value is (219,33,147). Sum of RGB (Red+Green+Blue) = 219+33+147=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 33 (13.28% from 255 or 8.27% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2193 is #24DE6C. Grayscale: #656565. Windows color (decimal): -2416237 or 9642459. OLE color: 9642459.
HSL color Cylindrical-coordinate representation of color #DB2193: hue angle of 323.23º 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 #DB2193 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 147 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.14 |
| HSL | 323.23º | 0.74% | 0.49% | - |
| HSV(B) | 323.23º | 0.85% | 0.86% | - |
| XYZ | 35.02 | 18.25 | 29.28 | - |
| YUV | 101.61 | 153.62 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 147 | 0 | 0.85 | 0.33 | 0.14 | 323.23 | 0.74 | 0.49 |
| Hex | DB | 21 | 93 | 0 | 55 | 21 | E | 143 | 4A | 31 |
| Octal | 333 | 41 | 223 | 0 | 125 | 41 | 16 | 503 | 112 | 61 |
| Binary | 11011011 | 100001 | 10010011 | 0 | 1010101 | 100001 | 1110 | 101000011 | 1001010 | 110001 |
Color Harmonies of #DB2193
Complementary color
Monochromatic Colors of #DB2193
Black with #DB2193
Text Example
Text Example
White with #DB2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2193; }
p { color: rgb(219,33,147); }
H1.HeaderClassName
{
color: #DB2193;
}
.AnyTagClassName
{
color: #DB2193;
}
</style>
background-color css
<style>
a { background-color: #DB2193; }
a { background-color: rgb(219,33,147); }
div.DivClassName
{
background-color: #DB2193;
}
.BgClassName
{
background-color: #DB2193;
}
</style>
border-color css
<style>
span { border-color: #DB2193; }
span { border-color: rgb(219,33,147); }
td.TdClassName
{
border-color: #DB2193;
}
.TagClassName
{
border-color: #DB2193;
}
</style>