Shades of Amaranth #DA2954
Tints of Amaranth #DA2954
RGB
CMYK
RGB Variations
Color information
#DA2954 (or 0xDA2954) is known color: Amaranth. HEX triplet: DA, 29 and 54. RGB value is (218,41,84). Sum of RGB (Red+Green+Blue) = 218+41+84=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2954 is #25D6AB. Grayscale: #626262. Windows color (decimal): -2479788 or 5515738. OLE color: 5515738.
HSL color Cylindrical-coordinate representation of color #DA2954: hue angle of 345.42º 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 #DA2954 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 84 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.15 |
| HSL | 345.42º | 0.71% | 0.51% | - |
| HSV(B) | 345.42º | 0.81% | 0.85% | - |
| XYZ | 31.31 | 17.13 | 10.04 | - |
| YUV | 98.83 | 119.64 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 84 | 0 | 0.81 | 0.61 | 0.15 | 345.42 | 0.71 | 0.51 |
| Hex | DA | 29 | 54 | 0 | 51 | 3D | F | 159 | 47 | 33 |
| Octal | 332 | 51 | 124 | 0 | 121 | 75 | 17 | 531 | 107 | 63 |
| Binary | 11011010 | 101001 | 1010100 | 0 | 1010001 | 111101 | 1111 | 101011001 | 1000111 | 110011 |
Color Harmonies of #DA2954
Complementary color
Monochromatic Colors of #DA2954
Black with #DA2954
Text Example
Text Example
White with #DA2954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2954; }
p { color: rgb(218,41,84); }
H1.HeaderClassName
{
color: #DA2954;
}
.AnyTagClassName
{
color: #DA2954;
}
</style>
background-color css
<style>
a { background-color: #DA2954; }
a { background-color: rgb(218,41,84); }
div.DivClassName
{
background-color: #DA2954;
}
.BgClassName
{
background-color: #DA2954;
}
</style>
border-color css
<style>
span { border-color: #DA2954; }
span { border-color: rgb(218,41,84); }
td.TdClassName
{
border-color: #DA2954;
}
.TagClassName
{
border-color: #DA2954;
}
</style>