Shades of Deep Cerise #DB2BA7
Tints of Deep Cerise #DB2BA7
RGB
CMYK
RGB Variations
Color information
#DB2BA7 (or 0xDB2BA7) is known color: Deep Cerise. HEX triplet: DB, 2B and A7. RGB value is (219,43,167). Sum of RGB (Red+Green+Blue) = 219+43+167=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2BA7 is #24D458. Grayscale: #6D6D6D. Windows color (decimal): -2413657 or 10955739. OLE color: 10955739.
HSL color Cylindrical-coordinate representation of color #DB2BA7: hue angle of 317.73º 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 #DB2BA7 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 167 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.14 |
| HSL | 317.73º | 0.71% | 0.51% | - |
| HSV(B) | 317.73º | 0.8% | 0.86% | - |
| XYZ | 37.05 | 19.58 | 38.39 | - |
| YUV | 109.76 | 160.31 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 167 | 0 | 0.80 | 0.24 | 0.14 | 317.73 | 0.71 | 0.51 |
| Hex | DB | 2B | A7 | 0 | 50 | 18 | E | 13E | 47 | 33 |
| Octal | 333 | 53 | 247 | 0 | 120 | 30 | 16 | 476 | 107 | 63 |
| Binary | 11011011 | 101011 | 10100111 | 0 | 1010000 | 11000 | 1110 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DB2BA7
Complementary color
Monochromatic Colors of #DB2BA7
Black with #DB2BA7
Text Example
Text Example
White with #DB2BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BA7; }
p { color: rgb(219,43,167); }
H1.HeaderClassName
{
color: #DB2BA7;
}
.AnyTagClassName
{
color: #DB2BA7;
}
</style>
background-color css
<style>
a { background-color: #DB2BA7; }
a { background-color: rgb(219,43,167); }
div.DivClassName
{
background-color: #DB2BA7;
}
.BgClassName
{
background-color: #DB2BA7;
}
</style>
border-color css
<style>
span { border-color: #DB2BA7; }
span { border-color: rgb(219,43,167); }
td.TdClassName
{
border-color: #DB2BA7;
}
.TagClassName
{
border-color: #DB2BA7;
}
</style>