Shades of Amaranth #DA2A47
Tints of Amaranth #DA2A47
RGB
CMYK
RGB Variations
Color information
#DA2A47 (or 0xDA2A47) is known color: Amaranth. HEX triplet: DA, 2A and 47. RGB value is (218,42,71). Sum of RGB (Red+Green+Blue) = 218+42+71=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 42 (16.80% from 255 or 12.69% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A47 is #25D5B8. Grayscale: #616161. Windows color (decimal): -2479545 or 4664026. OLE color: 4664026.
HSL color Cylindrical-coordinate representation of color #DA2A47: hue angle of 350.11º degrees, saturation: 0.7, 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 #DA2A47 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 71 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.15 |
| HSL | 350.11º | 0.7% | 0.51% | - |
| HSV(B) | 350.11º | 0.81% | 0.85% | - |
| XYZ | 30.88 | 17.02 | 7.62 | - |
| YUV | 97.93 | 112.81 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 71 | 0 | 0.81 | 0.67 | 0.15 | 350.11 | 0.7 | 0.51 |
| Hex | DA | 2A | 47 | 0 | 51 | 43 | F | 15E | 46 | 33 |
| Octal | 332 | 52 | 107 | 0 | 121 | 103 | 17 | 536 | 106 | 63 |
| Binary | 11011010 | 101010 | 1000111 | 0 | 1010001 | 1000011 | 1111 | 101011110 | 1000110 | 110011 |
Color Harmonies of #DA2A47
Complementary color
Monochromatic Colors of #DA2A47
Black with #DA2A47
Text Example
Text Example
White with #DA2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A47; }
p { color: rgb(218,42,71); }
H1.HeaderClassName
{
color: #DA2A47;
}
.AnyTagClassName
{
color: #DA2A47;
}
</style>
background-color css
<style>
a { background-color: #DA2A47; }
a { background-color: rgb(218,42,71); }
div.DivClassName
{
background-color: #DA2A47;
}
.BgClassName
{
background-color: #DA2A47;
}
</style>
border-color css
<style>
span { border-color: #DA2A47; }
span { border-color: rgb(218,42,71); }
td.TdClassName
{
border-color: #DA2A47;
}
.TagClassName
{
border-color: #DA2A47;
}
</style>