Shades of Amaranth #DB294E
Tints of Amaranth #DB294E
RGB
CMYK
RGB Variations
Color information
#DB294E (or 0xDB294E) is known color: Amaranth. HEX triplet: DB, 29 and 4E. RGB value is (219,41,78). Sum of RGB (Red+Green+Blue) = 219+41+78=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB294E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB294E is #24D6B1. Grayscale: #626262. Windows color (decimal): -2414258 or 5122523. OLE color: 5122523.
HSL color Cylindrical-coordinate representation of color #DB294E: hue angle of 347.53º 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 #DB294E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 78 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.14 |
| HSL | 347.53º | 0.71% | 0.51% | - |
| HSV(B) | 347.53º | 0.81% | 0.86% | - |
| XYZ | 31.38 | 17.2 | 8.87 | - |
| YUV | 98.44 | 116.47 | 213.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 78 | 0 | 0.81 | 0.64 | 0.14 | 347.53 | 0.71 | 0.51 |
| Hex | DB | 29 | 4E | 0 | 51 | 40 | E | 15C | 47 | 33 |
| Octal | 333 | 51 | 116 | 0 | 121 | 100 | 16 | 534 | 107 | 63 |
| Binary | 11011011 | 101001 | 1001110 | 0 | 1010001 | 1000000 | 1110 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DB294E
Complementary color
Monochromatic Colors of #DB294E
Black with #DB294E
Text Example
Text Example
White with #DB294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB294E; }
p { color: rgb(219,41,78); }
H1.HeaderClassName
{
color: #DB294E;
}
.AnyTagClassName
{
color: #DB294E;
}
</style>
background-color css
<style>
a { background-color: #DB294E; }
a { background-color: rgb(219,41,78); }
div.DivClassName
{
background-color: #DB294E;
}
.BgClassName
{
background-color: #DB294E;
}
</style>
border-color css
<style>
span { border-color: #DB294E; }
span { border-color: rgb(219,41,78); }
td.TdClassName
{
border-color: #DB294E;
}
.TagClassName
{
border-color: #DB294E;
}
</style>