Shades of Deep Cerise #DB2A8E
Tints of Deep Cerise #DB2A8E
RGB
CMYK
RGB Variations
Color information
#DB2A8E (or 0xDB2A8E) is known color: Deep Cerise. HEX triplet: DB, 2A and 8E. RGB value is (219,42,142). Sum of RGB (Red+Green+Blue) = 219+42+142=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2A8E is #24D571. Grayscale: #6A6A6A. Windows color (decimal): -2413938 or 9317083. OLE color: 9317083.
HSL color Cylindrical-coordinate representation of color #DB2A8E: hue angle of 326.1º 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 #DB2A8E is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 142 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.14 |
| HSL | 326.1º | 0.71% | 0.51% | - |
| HSV(B) | 326.1º | 0.81% | 0.86% | - |
| XYZ | 34.92 | 18.67 | 27.35 | - |
| YUV | 106.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 142 | 0 | 0.81 | 0.35 | 0.14 | 326.1 | 0.71 | 0.51 |
| Hex | DB | 2A | 8E | 0 | 51 | 23 | E | 146 | 47 | 33 |
| Octal | 333 | 52 | 216 | 0 | 121 | 43 | 16 | 506 | 107 | 63 |
| Binary | 11011011 | 101010 | 10001110 | 0 | 1010001 | 100011 | 1110 | 101000110 | 1000111 | 110011 |
Color Harmonies of #DB2A8E
Complementary color
Monochromatic Colors of #DB2A8E
Black with #DB2A8E
Text Example
Text Example
White with #DB2A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A8E; }
p { color: rgb(219,42,142); }
H1.HeaderClassName
{
color: #DB2A8E;
}
.AnyTagClassName
{
color: #DB2A8E;
}
</style>
background-color css
<style>
a { background-color: #DB2A8E; }
a { background-color: rgb(219,42,142); }
div.DivClassName
{
background-color: #DB2A8E;
}
.BgClassName
{
background-color: #DB2A8E;
}
</style>
border-color css
<style>
span { border-color: #DB2A8E; }
span { border-color: rgb(219,42,142); }
td.TdClassName
{
border-color: #DB2A8E;
}
.TagClassName
{
border-color: #DB2A8E;
}
</style>