Shades of Deep Cerise #DB2B8D
Tints of Deep Cerise #DB2B8D
RGB
CMYK
RGB Variations
Color information
#DB2B8D (or 0xDB2B8D) is known color: Deep Cerise. HEX triplet: DB, 2B and 8D. RGB value is (219,43,141). Sum of RGB (Red+Green+Blue) = 219+43+141=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2B8D is #24D472. Grayscale: #6A6A6A. Windows color (decimal): -2413683 or 9251803. OLE color: 9251803.
HSL color Cylindrical-coordinate representation of color #DB2B8D: hue angle of 326.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B8D is Cyan = 0, Magento = 0.80, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 141 | - |
| CMYK | 0 | 0.80 | 0.36 | 0.14 |
| HSL | 326.59º | 0.71% | 0.51% | - |
| HSV(B) | 326.59º | 0.8% | 0.86% | - |
| XYZ | 34.89 | 18.71 | 26.97 | - |
| YUV | 106.8 | 147.31 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 141 | 0 | 0.80 | 0.36 | 0.14 | 326.59 | 0.71 | 0.51 |
| Hex | DB | 2B | 8D | 0 | 50 | 24 | E | 147 | 47 | 33 |
| Octal | 333 | 53 | 215 | 0 | 120 | 44 | 16 | 507 | 107 | 63 |
| Binary | 11011011 | 101011 | 10001101 | 0 | 1010000 | 100100 | 1110 | 101000111 | 1000111 | 110011 |
Color Harmonies of #DB2B8D
Complementary color
Monochromatic Colors of #DB2B8D
Black with #DB2B8D
Text Example
Text Example
White with #DB2B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B8D; }
p { color: rgb(219,43,141); }
H1.HeaderClassName
{
color: #DB2B8D;
}
.AnyTagClassName
{
color: #DB2B8D;
}
</style>
background-color css
<style>
a { background-color: #DB2B8D; }
a { background-color: rgb(219,43,141); }
div.DivClassName
{
background-color: #DB2B8D;
}
.BgClassName
{
background-color: #DB2B8D;
}
</style>
border-color css
<style>
span { border-color: #DB2B8D; }
span { border-color: rgb(219,43,141); }
td.TdClassName
{
border-color: #DB2B8D;
}
.TagClassName
{
border-color: #DB2B8D;
}
</style>