Shades of Amaranth #DB2D47
Tints of Amaranth #DB2D47
RGB
CMYK
RGB Variations
Color information
#DB2D47 (or 0xDB2D47) is known color: Amaranth. HEX triplet: DB, 2D and 47. RGB value is (219,45,71). Sum of RGB (Red+Green+Blue) = 219+45+71=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D47 is #24D2B8. Grayscale: #646464. Windows color (decimal): -2413241 or 4664795. OLE color: 4664795.
HSL color Cylindrical-coordinate representation of color #DB2D47: hue angle of 351.03º 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 #DB2D47 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 71 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.14 |
| HSL | 351.03º | 0.71% | 0.52% | - |
| HSV(B) | 351.03º | 0.79% | 0.86% | - |
| XYZ | 31.29 | 17.39 | 7.67 | - |
| YUV | 99.99 | 111.65 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 71 | 0 | 0.79 | 0.68 | 0.14 | 351.03 | 0.71 | 0.52 |
| Hex | DB | 2D | 47 | 0 | 4F | 44 | E | 15F | 47 | 34 |
| Octal | 333 | 55 | 107 | 0 | 117 | 104 | 16 | 537 | 107 | 64 |
| Binary | 11011011 | 101101 | 1000111 | 0 | 1001111 | 1000100 | 1110 | 101011111 | 1000111 | 110100 |
Color Harmonies of #DB2D47
Complementary color
Monochromatic Colors of #DB2D47
Black with #DB2D47
Text Example
Text Example
White with #DB2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D47; }
p { color: rgb(219,45,71); }
H1.HeaderClassName
{
color: #DB2D47;
}
.AnyTagClassName
{
color: #DB2D47;
}
</style>
background-color css
<style>
a { background-color: #DB2D47; }
a { background-color: rgb(219,45,71); }
div.DivClassName
{
background-color: #DB2D47;
}
.BgClassName
{
background-color: #DB2D47;
}
</style>
border-color css
<style>
span { border-color: #DB2D47; }
span { border-color: rgb(219,45,71); }
td.TdClassName
{
border-color: #DB2D47;
}
.TagClassName
{
border-color: #DB2D47;
}
</style>