Shades of Amaranth #DB2A4A
Tints of Amaranth #DB2A4A
RGB
CMYK
RGB Variations
Color information
#DB2A4A (or 0xDB2A4A) is known color: Amaranth. HEX triplet: DB, 2A and 4A. RGB value is (219,42,74). Sum of RGB (Red+Green+Blue) = 219+42+74=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A4A is #24D5B5. Grayscale: #626262. Windows color (decimal): -2414006 or 4860635. OLE color: 4860635.
HSL color Cylindrical-coordinate representation of color #DB2A4A: hue angle of 349.15º 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 #DB2A4A is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 74 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.14 |
| HSL | 349.15º | 0.71% | 0.51% | - |
| HSV(B) | 349.15º | 0.81% | 0.86% | - |
| XYZ | 31.28 | 17.21 | 8.15 | - |
| YUV | 98.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 74 | 0 | 0.81 | 0.66 | 0.14 | 349.15 | 0.71 | 0.51 |
| Hex | DB | 2A | 4A | 0 | 51 | 42 | E | 15D | 47 | 33 |
| Octal | 333 | 52 | 112 | 0 | 121 | 102 | 16 | 535 | 107 | 63 |
| Binary | 11011011 | 101010 | 1001010 | 0 | 1010001 | 1000010 | 1110 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DB2A4A
Complementary color
Monochromatic Colors of #DB2A4A
Black with #DB2A4A
Text Example
Text Example
White with #DB2A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A4A; }
p { color: rgb(219,42,74); }
H1.HeaderClassName
{
color: #DB2A4A;
}
.AnyTagClassName
{
color: #DB2A4A;
}
</style>
background-color css
<style>
a { background-color: #DB2A4A; }
a { background-color: rgb(219,42,74); }
div.DivClassName
{
background-color: #DB2A4A;
}
.BgClassName
{
background-color: #DB2A4A;
}
</style>
border-color css
<style>
span { border-color: #DB2A4A; }
span { border-color: rgb(219,42,74); }
td.TdClassName
{
border-color: #DB2A4A;
}
.TagClassName
{
border-color: #DB2A4A;
}
</style>