Shades of Amaranth #DB2946
Tints of Amaranth #DB2946
RGB
CMYK
RGB Variations
Color information
#DB2946 (or 0xDB2946) is known color: Amaranth. HEX triplet: DB, 29 and 46. RGB value is (219,41,70). Sum of RGB (Red+Green+Blue) = 219+41+70=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2946 is #24D6B9. Grayscale: #616161. Windows color (decimal): -2414266 or 4598235. OLE color: 4598235.
HSL color Cylindrical-coordinate representation of color #DB2946: hue angle of 350.22º 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 #DB2946 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 70 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.14 |
| HSL | 350.22º | 0.71% | 0.51% | - |
| HSV(B) | 350.22º | 0.81% | 0.86% | - |
| XYZ | 31.11 | 17.09 | 7.45 | - |
| YUV | 97.53 | 112.47 | 214.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 70 | 0 | 0.81 | 0.68 | 0.14 | 350.22 | 0.71 | 0.51 |
| Hex | DB | 29 | 46 | 0 | 51 | 44 | E | 15E | 47 | 33 |
| Octal | 333 | 51 | 106 | 0 | 121 | 104 | 16 | 536 | 107 | 63 |
| Binary | 11011011 | 101001 | 1000110 | 0 | 1010001 | 1000100 | 1110 | 101011110 | 1000111 | 110011 |
Color Harmonies of #DB2946
Complementary color
Monochromatic Colors of #DB2946
Black with #DB2946
Text Example
Text Example
White with #DB2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2946; }
p { color: rgb(219,41,70); }
H1.HeaderClassName
{
color: #DB2946;
}
.AnyTagClassName
{
color: #DB2946;
}
</style>
background-color css
<style>
a { background-color: #DB2946; }
a { background-color: rgb(219,41,70); }
div.DivClassName
{
background-color: #DB2946;
}
.BgClassName
{
background-color: #DB2946;
}
</style>
border-color css
<style>
span { border-color: #DB2946; }
span { border-color: rgb(219,41,70); }
td.TdClassName
{
border-color: #DB2946;
}
.TagClassName
{
border-color: #DB2946;
}
</style>