Shades of Amaranth #DA2951
Tints of Amaranth #DA2951
RGB
CMYK
RGB Variations
Color information
#DA2951 (or 0xDA2951) is known color: Amaranth. HEX triplet: DA, 29 and 51. RGB value is (218,41,81). Sum of RGB (Red+Green+Blue) = 218+41+81=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2951 is #25D6AE. Grayscale: #626262. Windows color (decimal): -2479791 or 5319130. OLE color: 5319130.
HSL color Cylindrical-coordinate representation of color #DA2951: hue angle of 346.44º 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 #DA2951 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 81 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.15 |
| HSL | 346.44º | 0.71% | 0.51% | - |
| HSV(B) | 346.44º | 0.81% | 0.85% | - |
| XYZ | 31.19 | 17.09 | 9.44 | - |
| YUV | 98.48 | 118.14 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 81 | 0 | 0.81 | 0.63 | 0.15 | 346.44 | 0.71 | 0.51 |
| Hex | DA | 29 | 51 | 0 | 51 | 3F | F | 15A | 47 | 33 |
| Octal | 332 | 51 | 121 | 0 | 121 | 77 | 17 | 532 | 107 | 63 |
| Binary | 11011010 | 101001 | 1010001 | 0 | 1010001 | 111111 | 1111 | 101011010 | 1000111 | 110011 |
Color Harmonies of #DA2951
Complementary color
Monochromatic Colors of #DA2951
Black with #DA2951
Text Example
Text Example
White with #DA2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2951; }
p { color: rgb(218,41,81); }
H1.HeaderClassName
{
color: #DA2951;
}
.AnyTagClassName
{
color: #DA2951;
}
</style>
background-color css
<style>
a { background-color: #DA2951; }
a { background-color: rgb(218,41,81); }
div.DivClassName
{
background-color: #DA2951;
}
.BgClassName
{
background-color: #DA2951;
}
</style>
border-color css
<style>
span { border-color: #DA2951; }
span { border-color: rgb(218,41,81); }
td.TdClassName
{
border-color: #DA2951;
}
.TagClassName
{
border-color: #DA2951;
}
</style>