Shades of Amaranth #DB2A54
Tints of Amaranth #DB2A54
RGB
CMYK
RGB Variations
Color information
#DB2A54 (or 0xDB2A54) is known color: Amaranth. HEX triplet: DB, 2A and 54. RGB value is (219,42,84). Sum of RGB (Red+Green+Blue) = 219+42+84=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A54 is #24D5AB. Grayscale: #636363. Windows color (decimal): -2413996 or 5515995. OLE color: 5515995.
HSL color Cylindrical-coordinate representation of color #DB2A54: hue angle of 345.76º 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 #DB2A54 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 84 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.14 |
| HSL | 345.76º | 0.71% | 0.51% | - |
| HSV(B) | 345.76º | 0.81% | 0.86% | - |
| XYZ | 31.64 | 17.36 | 10.07 | - |
| YUV | 99.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 84 | 0 | 0.81 | 0.62 | 0.14 | 345.76 | 0.71 | 0.51 |
| Hex | DB | 2A | 54 | 0 | 51 | 3E | E | 15A | 47 | 33 |
| Octal | 333 | 52 | 124 | 0 | 121 | 76 | 16 | 532 | 107 | 63 |
| Binary | 11011011 | 101010 | 1010100 | 0 | 1010001 | 111110 | 1110 | 101011010 | 1000111 | 110011 |
Color Harmonies of #DB2A54
Complementary color
Monochromatic Colors of #DB2A54
Black with #DB2A54
Text Example
Text Example
White with #DB2A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A54; }
p { color: rgb(219,42,84); }
H1.HeaderClassName
{
color: #DB2A54;
}
.AnyTagClassName
{
color: #DB2A54;
}
</style>
background-color css
<style>
a { background-color: #DB2A54; }
a { background-color: rgb(219,42,84); }
div.DivClassName
{
background-color: #DB2A54;
}
.BgClassName
{
background-color: #DB2A54;
}
</style>
border-color css
<style>
span { border-color: #DB2A54; }
span { border-color: rgb(219,42,84); }
td.TdClassName
{
border-color: #DB2A54;
}
.TagClassName
{
border-color: #DB2A54;
}
</style>