Shades of Amaranth #DB2A56
Tints of Amaranth #DB2A56
RGB
CMYK
RGB Variations
Color information
#DB2A56 (or 0xDB2A56) is known color: Amaranth. HEX triplet: DB, 2A and 56. RGB value is (219,42,86). Sum of RGB (Red+Green+Blue) = 219+42+86=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A56 is #24D5A9. Grayscale: #636363. Windows color (decimal): -2413994 or 5647067. OLE color: 5647067.
HSL color Cylindrical-coordinate representation of color #DB2A56: hue angle of 345.08º 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 #DB2A56 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 86 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.14 |
| HSL | 345.08º | 0.71% | 0.51% | - |
| HSV(B) | 345.08º | 0.81% | 0.86% | - |
| XYZ | 31.72 | 17.39 | 10.49 | - |
| YUV | 99.94 | 120.14 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 86 | 0 | 0.81 | 0.61 | 0.14 | 345.08 | 0.71 | 0.51 |
| Hex | DB | 2A | 56 | 0 | 51 | 3D | E | 159 | 47 | 33 |
| Octal | 333 | 52 | 126 | 0 | 121 | 75 | 16 | 531 | 107 | 63 |
| Binary | 11011011 | 101010 | 1010110 | 0 | 1010001 | 111101 | 1110 | 101011001 | 1000111 | 110011 |
Color Harmonies of #DB2A56
Complementary color
Monochromatic Colors of #DB2A56
Black with #DB2A56
Text Example
Text Example
White with #DB2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A56; }
p { color: rgb(219,42,86); }
H1.HeaderClassName
{
color: #DB2A56;
}
.AnyTagClassName
{
color: #DB2A56;
}
</style>
background-color css
<style>
a { background-color: #DB2A56; }
a { background-color: rgb(219,42,86); }
div.DivClassName
{
background-color: #DB2A56;
}
.BgClassName
{
background-color: #DB2A56;
}
</style>
border-color css
<style>
span { border-color: #DB2A56; }
span { border-color: rgb(219,42,86); }
td.TdClassName
{
border-color: #DB2A56;
}
.TagClassName
{
border-color: #DB2A56;
}
</style>