Shades of Deep Cerise #DB2A9E
Tints of Deep Cerise #DB2A9E
RGB
CMYK
RGB Variations
Color information
#DB2A9E (or 0xDB2A9E) is known color: Deep Cerise. HEX triplet: DB, 2A and 9E. RGB value is (219,42,158). Sum of RGB (Red+Green+Blue) = 219+42+158=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A9E is #24D561. Grayscale: #6B6B6B. Windows color (decimal): -2413922 or 10365659. OLE color: 10365659.
HSL color Cylindrical-coordinate representation of color #DB2A9E: hue angle of 320.68º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A9E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 158 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.14 |
| HSL | 320.68º | 0.71% | 0.51% | - |
| HSV(B) | 320.68º | 0.81% | 0.86% | - |
| XYZ | 36.21 | 19.18 | 34.14 | - |
| YUV | 108.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 158 | 0 | 0.81 | 0.28 | 0.14 | 320.68 | 0.71 | 0.51 |
| Hex | DB | 2A | 9E | 0 | 51 | 1C | E | 141 | 47 | 33 |
| Octal | 333 | 52 | 236 | 0 | 121 | 34 | 16 | 501 | 107 | 63 |
| Binary | 11011011 | 101010 | 10011110 | 0 | 1010001 | 11100 | 1110 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DB2A9E
Complementary color
Monochromatic Colors of #DB2A9E
Black with #DB2A9E
Text Example
Text Example
White with #DB2A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A9E; }
p { color: rgb(219,42,158); }
H1.HeaderClassName
{
color: #DB2A9E;
}
.AnyTagClassName
{
color: #DB2A9E;
}
</style>
background-color css
<style>
a { background-color: #DB2A9E; }
a { background-color: rgb(219,42,158); }
div.DivClassName
{
background-color: #DB2A9E;
}
.BgClassName
{
background-color: #DB2A9E;
}
</style>
border-color css
<style>
span { border-color: #DB2A9E; }
span { border-color: rgb(219,42,158); }
td.TdClassName
{
border-color: #DB2A9E;
}
.TagClassName
{
border-color: #DB2A9E;
}
</style>