Shades of Amaranth #DB2957
Tints of Amaranth #DB2957
RGB
CMYK
RGB Variations
Color information
#DB2957 (or 0xDB2957) is known color: Amaranth. HEX triplet: DB, 29 and 57. RGB value is (219,41,87). Sum of RGB (Red+Green+Blue) = 219+41+87=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2957 is #24D6A8. Grayscale: #636363. Windows color (decimal): -2414249 or 5712347. OLE color: 5712347.
HSL color Cylindrical-coordinate representation of color #DB2957: hue angle of 344.49º 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 #DB2957 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 87 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.14 |
| HSL | 344.49º | 0.71% | 0.51% | - |
| HSV(B) | 344.49º | 0.81% | 0.86% | - |
| XYZ | 31.73 | 17.33 | 10.69 | - |
| YUV | 99.47 | 120.97 | 213.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 87 | 0 | 0.81 | 0.60 | 0.14 | 344.49 | 0.71 | 0.51 |
| Hex | DB | 29 | 57 | 0 | 51 | 3C | E | 158 | 47 | 33 |
| Octal | 333 | 51 | 127 | 0 | 121 | 74 | 16 | 530 | 107 | 63 |
| Binary | 11011011 | 101001 | 1010111 | 0 | 1010001 | 111100 | 1110 | 101011000 | 1000111 | 110011 |
Color Harmonies of #DB2957
Complementary color
Monochromatic Colors of #DB2957
Black with #DB2957
Text Example
Text Example
White with #DB2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2957; }
p { color: rgb(219,41,87); }
H1.HeaderClassName
{
color: #DB2957;
}
.AnyTagClassName
{
color: #DB2957;
}
</style>
background-color css
<style>
a { background-color: #DB2957; }
a { background-color: rgb(219,41,87); }
div.DivClassName
{
background-color: #DB2957;
}
.BgClassName
{
background-color: #DB2957;
}
</style>
border-color css
<style>
span { border-color: #DB2957; }
span { border-color: rgb(219,41,87); }
td.TdClassName
{
border-color: #DB2957;
}
.TagClassName
{
border-color: #DB2957;
}
</style>