Shades of Amaranth #DB2149
Tints of Amaranth #DB2149
RGB
CMYK
RGB Variations
Color information
#DB2149 (or 0xDB2149) is known color: Amaranth. HEX triplet: DB, 21 and 49. RGB value is (219,33,73). Sum of RGB (Red+Green+Blue) = 219+33+73=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2149 is #24DEB6. Grayscale: #5D5D5D. Windows color (decimal): -2416311 or 4792795. OLE color: 4792795.
HSL color Cylindrical-coordinate representation of color #DB2149: hue angle of 347.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2149 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 73 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.14 |
| HSL | 347.1º | 0.74% | 0.49% | - |
| HSV(B) | 347.1º | 0.85% | 0.86% | - |
| XYZ | 30.96 | 16.63 | 7.88 | - |
| YUV | 93.17 | 116.62 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 73 | 0 | 0.85 | 0.67 | 0.14 | 347.1 | 0.74 | 0.49 |
| Hex | DB | 21 | 49 | 0 | 55 | 43 | E | 15B | 4A | 31 |
| Octal | 333 | 41 | 111 | 0 | 125 | 103 | 16 | 533 | 112 | 61 |
| Binary | 11011011 | 100001 | 1001001 | 0 | 1010101 | 1000011 | 1110 | 101011011 | 1001010 | 110001 |
Color Harmonies of #DB2149
Complementary color
Monochromatic Colors of #DB2149
Black with #DB2149
Text Example
Text Example
White with #DB2149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2149; }
p { color: rgb(219,33,73); }
H1.HeaderClassName
{
color: #DB2149;
}
.AnyTagClassName
{
color: #DB2149;
}
</style>
background-color css
<style>
a { background-color: #DB2149; }
a { background-color: rgb(219,33,73); }
div.DivClassName
{
background-color: #DB2149;
}
.BgClassName
{
background-color: #DB2149;
}
</style>
border-color css
<style>
span { border-color: #DB2149; }
span { border-color: rgb(219,33,73); }
td.TdClassName
{
border-color: #DB2149;
}
.TagClassName
{
border-color: #DB2149;
}
</style>