Shades of Amaranth #DA2B49
Tints of Amaranth #DA2B49
RGB
CMYK
RGB Variations
Color information
#DA2B49 (or 0xDA2B49) is known color: Amaranth. HEX triplet: DA, 2B and 49. RGB value is (218,43,73). Sum of RGB (Red+Green+Blue) = 218+43+73=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2B49 is #25D4B6. Grayscale: #626262. Windows color (decimal): -2479287 or 4795354. OLE color: 4795354.
HSL color Cylindrical-coordinate representation of color #DA2B49: hue angle of 349.71º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B49 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 73 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.15 |
| HSL | 349.71º | 0.7% | 0.51% | - |
| HSV(B) | 349.71º | 0.8% | 0.85% | - |
| XYZ | 30.98 | 17.11 | 7.97 | - |
| YUV | 98.75 | 113.48 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 73 | 0 | 0.80 | 0.67 | 0.15 | 349.71 | 0.7 | 0.51 |
| Hex | DA | 2B | 49 | 0 | 50 | 43 | F | 15E | 46 | 33 |
| Octal | 332 | 53 | 111 | 0 | 120 | 103 | 17 | 536 | 106 | 63 |
| Binary | 11011010 | 101011 | 1001001 | 0 | 1010000 | 1000011 | 1111 | 101011110 | 1000110 | 110011 |
Color Harmonies of #DA2B49
Complementary color
Monochromatic Colors of #DA2B49
Black with #DA2B49
Text Example
Text Example
White with #DA2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B49; }
p { color: rgb(218,43,73); }
H1.HeaderClassName
{
color: #DA2B49;
}
.AnyTagClassName
{
color: #DA2B49;
}
</style>
background-color css
<style>
a { background-color: #DA2B49; }
a { background-color: rgb(218,43,73); }
div.DivClassName
{
background-color: #DA2B49;
}
.BgClassName
{
background-color: #DA2B49;
}
</style>
border-color css
<style>
span { border-color: #DA2B49; }
span { border-color: rgb(218,43,73); }
td.TdClassName
{
border-color: #DA2B49;
}
.TagClassName
{
border-color: #DA2B49;
}
</style>