Shades of Deep Cerise #DB2F91
Tints of Deep Cerise #DB2F91
RGB
CMYK
RGB Variations
Color information
#DB2F91 (or 0xDB2F91) is known color: Deep Cerise. HEX triplet: DB, 2F and 91. RGB value is (219,47,145). Sum of RGB (Red+Green+Blue) = 219+47+145=411 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.28% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2F91 is #24D06E. Grayscale: #6D6D6D. Windows color (decimal): -2412655 or 9514971. OLE color: 9514971.
HSL color Cylindrical-coordinate representation of color #DB2F91: hue angle of 325.81º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F91 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 145 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.14 |
| HSL | 325.81º | 0.7% | 0.52% | - |
| HSV(B) | 325.81º | 0.79% | 0.86% | - |
| XYZ | 35.34 | 19.14 | 28.62 | - |
| YUV | 109.6 | 147.98 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 145 | 0 | 0.79 | 0.34 | 0.14 | 325.81 | 0.7 | 0.52 |
| Hex | DB | 2F | 91 | 0 | 4F | 22 | E | 146 | 46 | 34 |
| Octal | 333 | 57 | 221 | 0 | 117 | 42 | 16 | 506 | 106 | 64 |
| Binary | 11011011 | 101111 | 10010001 | 0 | 1001111 | 100010 | 1110 | 101000110 | 1000110 | 110100 |
Color Harmonies of #DB2F91
Complementary color
Monochromatic Colors of #DB2F91
Black with #DB2F91
Text Example
Text Example
White with #DB2F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F91; }
p { color: rgb(219,47,145); }
H1.HeaderClassName
{
color: #DB2F91;
}
.AnyTagClassName
{
color: #DB2F91;
}
</style>
background-color css
<style>
a { background-color: #DB2F91; }
a { background-color: rgb(219,47,145); }
div.DivClassName
{
background-color: #DB2F91;
}
.BgClassName
{
background-color: #DB2F91;
}
</style>
border-color css
<style>
span { border-color: #DB2F91; }
span { border-color: rgb(219,47,145); }
td.TdClassName
{
border-color: #DB2F91;
}
.TagClassName
{
border-color: #DB2F91;
}
</style>