Shades of Deep Cerise #DB2291
Tints of Deep Cerise #DB2291
RGB
CMYK
RGB Variations
Color information
#DB2291 (or 0xDB2291) is known color: Deep Cerise. HEX triplet: DB, 22 and 91. RGB value is (219,34,145). Sum of RGB (Red+Green+Blue) = 219+34+145=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2291 is #24DD6E. Grayscale: #656565. Windows color (decimal): -2415983 or 9511643. OLE color: 9511643.
HSL color Cylindrical-coordinate representation of color #DB2291: hue angle of 324º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2291 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 145 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.14 |
| HSL | 324º | 0.73% | 0.5% | - |
| HSV(B) | 324º | 0.84% | 0.86% | - |
| XYZ | 34.9 | 18.25 | 28.47 | - |
| YUV | 101.97 | 152.29 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 145 | 0 | 0.84 | 0.34 | 0.14 | 324 | 0.73 | 0.5 |
| Hex | DB | 22 | 91 | 0 | 54 | 22 | E | 144 | 49 | 32 |
| Octal | 333 | 42 | 221 | 0 | 124 | 42 | 16 | 504 | 111 | 62 |
| Binary | 11011011 | 100010 | 10010001 | 0 | 1010100 | 100010 | 1110 | 101000100 | 1001001 | 110010 |
Color Harmonies of #DB2291
Complementary color
Monochromatic Colors of #DB2291
Black with #DB2291
Text Example
Text Example
White with #DB2291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2291; }
p { color: rgb(219,34,145); }
H1.HeaderClassName
{
color: #DB2291;
}
.AnyTagClassName
{
color: #DB2291;
}
</style>
background-color css
<style>
a { background-color: #DB2291; }
a { background-color: rgb(219,34,145); }
div.DivClassName
{
background-color: #DB2291;
}
.BgClassName
{
background-color: #DB2291;
}
</style>
border-color css
<style>
span { border-color: #DB2291; }
span { border-color: rgb(219,34,145); }
td.TdClassName
{
border-color: #DB2291;
}
.TagClassName
{
border-color: #DB2291;
}
</style>