Shades of Amaranth #DA2849
Tints of Amaranth #DA2849
RGB
CMYK
RGB Variations
Color information
#DA2849 (or 0xDA2849) is known color: Amaranth. HEX triplet: DA, 28 and 49. RGB value is (218,40,73). Sum of RGB (Red+Green+Blue) = 218+40+73=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2849 is #25D7B6. Grayscale: #616161. Windows color (decimal): -2480055 or 4794586. OLE color: 4794586.
HSL color Cylindrical-coordinate representation of color #DA2849: hue angle of 348.88º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2849 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 73 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.15 |
| HSL | 348.88º | 0.71% | 0.51% | - |
| HSV(B) | 348.88º | 0.82% | 0.85% | - |
| XYZ | 30.87 | 16.9 | 7.94 | - |
| YUV | 96.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 73 | 0 | 0.82 | 0.67 | 0.15 | 348.88 | 0.71 | 0.51 |
| Hex | DA | 28 | 49 | 0 | 52 | 43 | F | 15D | 47 | 33 |
| Octal | 332 | 50 | 111 | 0 | 122 | 103 | 17 | 535 | 107 | 63 |
| Binary | 11011010 | 101000 | 1001001 | 0 | 1010010 | 1000011 | 1111 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DA2849
Complementary color
Monochromatic Colors of #DA2849
Black with #DA2849
Text Example
Text Example
White with #DA2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2849; }
p { color: rgb(218,40,73); }
H1.HeaderClassName
{
color: #DA2849;
}
.AnyTagClassName
{
color: #DA2849;
}
</style>
background-color css
<style>
a { background-color: #DA2849; }
a { background-color: rgb(218,40,73); }
div.DivClassName
{
background-color: #DA2849;
}
.BgClassName
{
background-color: #DA2849;
}
</style>
border-color css
<style>
span { border-color: #DA2849; }
span { border-color: rgb(218,40,73); }
td.TdClassName
{
border-color: #DA2849;
}
.TagClassName
{
border-color: #DA2849;
}
</style>