Shades of Amaranth #DB2259
Tints of Amaranth #DB2259
RGB
CMYK
RGB Variations
Color information
#DB2259 (or 0xDB2259) is known color: Amaranth. HEX triplet: DB, 22 and 59. RGB value is (219,34,89). Sum of RGB (Red+Green+Blue) = 219+34+89=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 34 (13.67% from 255 or 9.94% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2259 is #24DDA6. Grayscale: #5F5F5F. Windows color (decimal): -2416039 or 5841627. OLE color: 5841627.
HSL color Cylindrical-coordinate representation of color #DB2259: hue angle of 342.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2259 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 89 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.14 |
| HSL | 342.16º | 0.73% | 0.5% | - |
| HSV(B) | 342.16º | 0.84% | 0.86% | - |
| XYZ | 31.59 | 16.93 | 11.05 | - |
| YUV | 95.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 89 | 0 | 0.84 | 0.59 | 0.14 | 342.16 | 0.73 | 0.5 |
| Hex | DB | 22 | 59 | 0 | 54 | 3B | E | 156 | 49 | 32 |
| Octal | 333 | 42 | 131 | 0 | 124 | 73 | 16 | 526 | 111 | 62 |
| Binary | 11011011 | 100010 | 1011001 | 0 | 1010100 | 111011 | 1110 | 101010110 | 1001001 | 110010 |
Color Harmonies of #DB2259
Complementary color
Monochromatic Colors of #DB2259
Black with #DB2259
Text Example
Text Example
White with #DB2259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2259; }
p { color: rgb(219,34,89); }
H1.HeaderClassName
{
color: #DB2259;
}
.AnyTagClassName
{
color: #DB2259;
}
</style>
background-color css
<style>
a { background-color: #DB2259; }
a { background-color: rgb(219,34,89); }
div.DivClassName
{
background-color: #DB2259;
}
.BgClassName
{
background-color: #DB2259;
}
</style>
border-color css
<style>
span { border-color: #DB2259; }
span { border-color: rgb(219,34,89); }
td.TdClassName
{
border-color: #DB2259;
}
.TagClassName
{
border-color: #DB2259;
}
</style>