Shades of Amaranth #DB2557
Tints of Amaranth #DB2557
RGB
CMYK
RGB Variations
Color information
#DB2557 (or 0xDB2557) is known color: Amaranth. HEX triplet: DB, 25 and 57. RGB value is (219,37,87). Sum of RGB (Red+Green+Blue) = 219+37+87=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2557 is #24DAA8. Grayscale: #616161. Windows color (decimal): -2415273 or 5711323. OLE color: 5711323.
HSL color Cylindrical-coordinate representation of color #DB2557: hue angle of 343.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2557 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 87 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.14 |
| HSL | 343.52º | 0.72% | 0.5% | - |
| HSV(B) | 343.52º | 0.83% | 0.86% | - |
| XYZ | 31.6 | 17.07 | 10.65 | - |
| YUV | 97.12 | 122.3 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 87 | 0 | 0.83 | 0.60 | 0.14 | 343.52 | 0.72 | 0.5 |
| Hex | DB | 25 | 57 | 0 | 53 | 3C | E | 158 | 48 | 32 |
| Octal | 333 | 45 | 127 | 0 | 123 | 74 | 16 | 530 | 110 | 62 |
| Binary | 11011011 | 100101 | 1010111 | 0 | 1010011 | 111100 | 1110 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DB2557
Complementary color
Monochromatic Colors of #DB2557
Black with #DB2557
Text Example
Text Example
White with #DB2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2557; }
p { color: rgb(219,37,87); }
H1.HeaderClassName
{
color: #DB2557;
}
.AnyTagClassName
{
color: #DB2557;
}
</style>
background-color css
<style>
a { background-color: #DB2557; }
a { background-color: rgb(219,37,87); }
div.DivClassName
{
background-color: #DB2557;
}
.BgClassName
{
background-color: #DB2557;
}
</style>
border-color css
<style>
span { border-color: #DB2557; }
span { border-color: rgb(219,37,87); }
td.TdClassName
{
border-color: #DB2557;
}
.TagClassName
{
border-color: #DB2557;
}
</style>