Shades of Amaranth #DB2657
Tints of Amaranth #DB2657
RGB
CMYK
RGB Variations
Color information
#DB2657 (or 0xDB2657) is known color: Amaranth. HEX triplet: DB, 26 and 57. RGB value is (219,38,87). Sum of RGB (Red+Green+Blue) = 219+38+87=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2657 is #24D9A8. Grayscale: #616161. Windows color (decimal): -2415017 or 5711579. OLE color: 5711579.
HSL color Cylindrical-coordinate representation of color #DB2657: hue angle of 343.76º 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 #DB2657 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 87 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.14 |
| HSL | 343.76º | 0.72% | 0.5% | - |
| HSV(B) | 343.76º | 0.83% | 0.86% | - |
| XYZ | 31.63 | 17.13 | 10.66 | - |
| YUV | 97.71 | 121.97 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 87 | 0 | 0.83 | 0.60 | 0.14 | 343.76 | 0.72 | 0.5 |
| Hex | DB | 26 | 57 | 0 | 53 | 3C | E | 158 | 48 | 32 |
| Octal | 333 | 46 | 127 | 0 | 123 | 74 | 16 | 530 | 110 | 62 |
| Binary | 11011011 | 100110 | 1010111 | 0 | 1010011 | 111100 | 1110 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DB2657
Complementary color
Monochromatic Colors of #DB2657
Black with #DB2657
Text Example
Text Example
White with #DB2657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2657; }
p { color: rgb(219,38,87); }
H1.HeaderClassName
{
color: #DB2657;
}
.AnyTagClassName
{
color: #DB2657;
}
</style>
background-color css
<style>
a { background-color: #DB2657; }
a { background-color: rgb(219,38,87); }
div.DivClassName
{
background-color: #DB2657;
}
.BgClassName
{
background-color: #DB2657;
}
</style>
border-color css
<style>
span { border-color: #DB2657; }
span { border-color: rgb(219,38,87); }
td.TdClassName
{
border-color: #DB2657;
}
.TagClassName
{
border-color: #DB2657;
}
</style>