Shades of Amaranth #DA294D
Tints of Amaranth #DA294D
RGB
CMYK
RGB Variations
Color information
#DA294D (or 0xDA294D) is known color: Amaranth. HEX triplet: DA, 29 and 4D. RGB value is (218,41,77). Sum of RGB (Red+Green+Blue) = 218+41+77=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA294D is #25D6B2. Grayscale: #626262. Windows color (decimal): -2479795 or 5056986. OLE color: 5056986.
HSL color Cylindrical-coordinate representation of color #DA294D: hue angle of 347.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA294D is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 77 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.15 |
| HSL | 347.8º | 0.71% | 0.51% | - |
| HSV(B) | 347.8º | 0.81% | 0.85% | - |
| XYZ | 31.05 | 17.03 | 8.67 | - |
| YUV | 98.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 77 | 0 | 0.81 | 0.65 | 0.15 | 347.8 | 0.71 | 0.51 |
| Hex | DA | 29 | 4D | 0 | 51 | 41 | F | 15C | 47 | 33 |
| Octal | 332 | 51 | 115 | 0 | 121 | 101 | 17 | 534 | 107 | 63 |
| Binary | 11011010 | 101001 | 1001101 | 0 | 1010001 | 1000001 | 1111 | 101011100 | 1000111 | 110011 |
Color Harmonies of #DA294D
Complementary color
Monochromatic Colors of #DA294D
Black with #DA294D
Text Example
Text Example
White with #DA294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA294D; }
p { color: rgb(218,41,77); }
H1.HeaderClassName
{
color: #DA294D;
}
.AnyTagClassName
{
color: #DA294D;
}
</style>
background-color css
<style>
a { background-color: #DA294D; }
a { background-color: rgb(218,41,77); }
div.DivClassName
{
background-color: #DA294D;
}
.BgClassName
{
background-color: #DA294D;
}
</style>
border-color css
<style>
span { border-color: #DA294D; }
span { border-color: rgb(218,41,77); }
td.TdClassName
{
border-color: #DA294D;
}
.TagClassName
{
border-color: #DA294D;
}
</style>