Shades of Amaranth #DB294F
Tints of Amaranth #DB294F
RGB
CMYK
RGB Variations
Color information
#DB294F (or 0xDB294F) is known color: Amaranth. HEX triplet: DB, 29 and 4F. RGB value is (219,41,79). Sum of RGB (Red+Green+Blue) = 219+41+79=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB294F is #24D6B0. Grayscale: #626262. Windows color (decimal): -2414257 or 5188059. OLE color: 5188059.
HSL color Cylindrical-coordinate representation of color #DB294F: hue angle of 347.19º 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 #DB294F is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 79 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.14 |
| HSL | 347.19º | 0.71% | 0.51% | - |
| HSV(B) | 347.19º | 0.81% | 0.86% | - |
| XYZ | 31.42 | 17.21 | 9.06 | - |
| YUV | 98.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 79 | 0 | 0.81 | 0.64 | 0.14 | 347.19 | 0.71 | 0.51 |
| Hex | DB | 29 | 4F | 0 | 51 | 40 | E | 15B | 47 | 33 |
| Octal | 333 | 51 | 117 | 0 | 121 | 100 | 16 | 533 | 107 | 63 |
| Binary | 11011011 | 101001 | 1001111 | 0 | 1010001 | 1000000 | 1110 | 101011011 | 1000111 | 110011 |
Color Harmonies of #DB294F
Complementary color
Monochromatic Colors of #DB294F
Black with #DB294F
Text Example
Text Example
White with #DB294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB294F; }
p { color: rgb(219,41,79); }
H1.HeaderClassName
{
color: #DB294F;
}
.AnyTagClassName
{
color: #DB294F;
}
</style>
background-color css
<style>
a { background-color: #DB294F; }
a { background-color: rgb(219,41,79); }
div.DivClassName
{
background-color: #DB294F;
}
.BgClassName
{
background-color: #DB294F;
}
</style>
border-color css
<style>
span { border-color: #DB294F; }
span { border-color: rgb(219,41,79); }
td.TdClassName
{
border-color: #DB294F;
}
.TagClassName
{
border-color: #DB294F;
}
</style>