Shades of Amaranth #DB374E
Tints of Amaranth #DB374E
RGB
CMYK
RGB Variations
Color information
#DB374E (or 0xDB374E) is known color: Amaranth. HEX triplet: DB, 37 and 4E. RGB value is (219,55,78). Sum of RGB (Red+Green+Blue) = 219+55+78=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB374E is #24C8B1. Grayscale: #6A6A6A. Windows color (decimal): -2410674 or 5126107. OLE color: 5126107.
HSL color Cylindrical-coordinate representation of color #DB374E: hue angle of 351.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB374E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 78 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.14 |
| HSL | 351.59º | 0.69% | 0.54% | - |
| HSV(B) | 351.59º | 0.75% | 0.86% | - |
| XYZ | 31.95 | 18.34 | 9.06 | - |
| YUV | 106.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 78 | 0 | 0.75 | 0.64 | 0.14 | 351.59 | 0.69 | 0.54 |
| Hex | DB | 37 | 4E | 0 | 4B | 40 | E | 160 | 45 | 36 |
| Octal | 333 | 67 | 116 | 0 | 113 | 100 | 16 | 540 | 105 | 66 |
| Binary | 11011011 | 110111 | 1001110 | 0 | 1001011 | 1000000 | 1110 | 101100000 | 1000101 | 110110 |
Color Harmonies of #DB374E
Complementary color
Monochromatic Colors of #DB374E
Black with #DB374E
Text Example
Text Example
White with #DB374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB374E; }
p { color: rgb(219,55,78); }
H1.HeaderClassName
{
color: #DB374E;
}
.AnyTagClassName
{
color: #DB374E;
}
</style>
background-color css
<style>
a { background-color: #DB374E; }
a { background-color: rgb(219,55,78); }
div.DivClassName
{
background-color: #DB374E;
}
.BgClassName
{
background-color: #DB374E;
}
</style>
border-color css
<style>
span { border-color: #DB374E; }
span { border-color: rgb(219,55,78); }
td.TdClassName
{
border-color: #DB374E;
}
.TagClassName
{
border-color: #DB374E;
}
</style>