Shades of Amaranth #DB2A47
Tints of Amaranth #DB2A47
RGB
CMYK
RGB Variations
Color information
#DB2A47 (or 0xDB2A47) is known color: Amaranth. HEX triplet: DB, 2A and 47. RGB value is (219,42,71). Sum of RGB (Red+Green+Blue) = 219+42+71=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A47 is #24D5B8. Grayscale: #626262. Windows color (decimal): -2414009 or 4664027. OLE color: 4664027.
HSL color Cylindrical-coordinate representation of color #DB2A47: hue angle of 350.17º 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 #DB2A47 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 71 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.14 |
| HSL | 350.17º | 0.71% | 0.51% | - |
| HSV(B) | 350.17º | 0.81% | 0.86% | - |
| XYZ | 31.18 | 17.17 | 7.63 | - |
| YUV | 98.23 | 112.64 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 71 | 0 | 0.81 | 0.68 | 0.14 | 350.17 | 0.71 | 0.51 |
| Hex | DB | 2A | 47 | 0 | 51 | 44 | E | 15E | 47 | 33 |
| Octal | 333 | 52 | 107 | 0 | 121 | 104 | 16 | 536 | 107 | 63 |
| Binary | 11011011 | 101010 | 1000111 | 0 | 1010001 | 1000100 | 1110 | 101011110 | 1000111 | 110011 |
Color Harmonies of #DB2A47
Complementary color
Monochromatic Colors of #DB2A47
Black with #DB2A47
Text Example
Text Example
White with #DB2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A47; }
p { color: rgb(219,42,71); }
H1.HeaderClassName
{
color: #DB2A47;
}
.AnyTagClassName
{
color: #DB2A47;
}
</style>
background-color css
<style>
a { background-color: #DB2A47; }
a { background-color: rgb(219,42,71); }
div.DivClassName
{
background-color: #DB2A47;
}
.BgClassName
{
background-color: #DB2A47;
}
</style>
border-color css
<style>
span { border-color: #DB2A47; }
span { border-color: rgb(219,42,71); }
td.TdClassName
{
border-color: #DB2A47;
}
.TagClassName
{
border-color: #DB2A47;
}
</style>