Shades of Amaranth #DB2E49
Tints of Amaranth #DB2E49
RGB
CMYK
RGB Variations
Color information
#DB2E49 (or 0xDB2E49) is known color: Amaranth. HEX triplet: DB, 2E and 49. RGB value is (219,46,73). Sum of RGB (Red+Green+Blue) = 219+46+73=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E49 is #24D1B6. Grayscale: #646464. Windows color (decimal): -2412983 or 4796123. OLE color: 4796123.
HSL color Cylindrical-coordinate representation of color #DB2E49: hue angle of 350.64º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E49 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 73 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.14 |
| HSL | 350.64º | 0.71% | 0.52% | - |
| HSV(B) | 350.64º | 0.79% | 0.86% | - |
| XYZ | 31.39 | 17.5 | 8.03 | - |
| YUV | 100.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 73 | 0 | 0.79 | 0.67 | 0.14 | 350.64 | 0.71 | 0.52 |
| Hex | DB | 2E | 49 | 0 | 4F | 43 | E | 15F | 47 | 34 |
| Octal | 333 | 56 | 111 | 0 | 117 | 103 | 16 | 537 | 107 | 64 |
| Binary | 11011011 | 101110 | 1001001 | 0 | 1001111 | 1000011 | 1110 | 101011111 | 1000111 | 110100 |
Color Harmonies of #DB2E49
Complementary color
Monochromatic Colors of #DB2E49
Black with #DB2E49
Text Example
Text Example
White with #DB2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E49; }
p { color: rgb(219,46,73); }
H1.HeaderClassName
{
color: #DB2E49;
}
.AnyTagClassName
{
color: #DB2E49;
}
</style>
background-color css
<style>
a { background-color: #DB2E49; }
a { background-color: rgb(219,46,73); }
div.DivClassName
{
background-color: #DB2E49;
}
.BgClassName
{
background-color: #DB2E49;
}
</style>
border-color css
<style>
span { border-color: #DB2E49; }
span { border-color: rgb(219,46,73); }
td.TdClassName
{
border-color: #DB2E49;
}
.TagClassName
{
border-color: #DB2E49;
}
</style>