Shades of Amaranth #DB2157
Tints of Amaranth #DB2157
RGB
CMYK
RGB Variations
Color information
#DB2157 (or 0xDB2157) is known color: Amaranth. HEX triplet: DB, 21 and 57. RGB value is (219,33,87). Sum of RGB (Red+Green+Blue) = 219+33+87=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2157 is #24DEA8. Grayscale: #5E5E5E. Windows color (decimal): -2416297 or 5710299. OLE color: 5710299.
HSL color Cylindrical-coordinate representation of color #DB2157: hue angle of 342.58º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2157 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 87 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.14 |
| HSL | 342.58º | 0.74% | 0.49% | - |
| HSV(B) | 342.58º | 0.85% | 0.86% | - |
| XYZ | 31.48 | 16.84 | 10.61 | - |
| YUV | 94.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 87 | 0 | 0.85 | 0.60 | 0.14 | 342.58 | 0.74 | 0.49 |
| Hex | DB | 21 | 57 | 0 | 55 | 3C | E | 157 | 4A | 31 |
| Octal | 333 | 41 | 127 | 0 | 125 | 74 | 16 | 527 | 112 | 61 |
| Binary | 11011011 | 100001 | 1010111 | 0 | 1010101 | 111100 | 1110 | 101010111 | 1001010 | 110001 |
Color Harmonies of #DB2157
Complementary color
Monochromatic Colors of #DB2157
Black with #DB2157
Text Example
Text Example
White with #DB2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2157; }
p { color: rgb(219,33,87); }
H1.HeaderClassName
{
color: #DB2157;
}
.AnyTagClassName
{
color: #DB2157;
}
</style>
background-color css
<style>
a { background-color: #DB2157; }
a { background-color: rgb(219,33,87); }
div.DivClassName
{
background-color: #DB2157;
}
.BgClassName
{
background-color: #DB2157;
}
</style>
border-color css
<style>
span { border-color: #DB2157; }
span { border-color: rgb(219,33,87); }
td.TdClassName
{
border-color: #DB2157;
}
.TagClassName
{
border-color: #DB2157;
}
</style>