Shades of Amaranth #DA2A51
Tints of Amaranth #DA2A51
RGB
CMYK
RGB Variations
Color information
#DA2A51 (or 0xDA2A51) is known color: Amaranth. HEX triplet: DA, 2A and 51. RGB value is (218,42,81). Sum of RGB (Red+Green+Blue) = 218+42+81=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 42 (16.80% from 255 or 12.32% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2A51 is #25D5AE. Grayscale: #636363. Windows color (decimal): -2479535 or 5319386. OLE color: 5319386.
HSL color Cylindrical-coordinate representation of color #DA2A51: hue angle of 346.7º 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 #DA2A51 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 81 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.15 |
| HSL | 346.7º | 0.7% | 0.51% | - |
| HSV(B) | 346.7º | 0.81% | 0.85% | - |
| XYZ | 31.23 | 17.16 | 9.45 | - |
| YUV | 99.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 81 | 0 | 0.81 | 0.63 | 0.15 | 346.7 | 0.7 | 0.51 |
| Hex | DA | 2A | 51 | 0 | 51 | 3F | F | 15B | 46 | 33 |
| Octal | 332 | 52 | 121 | 0 | 121 | 77 | 17 | 533 | 106 | 63 |
| Binary | 11011010 | 101010 | 1010001 | 0 | 1010001 | 111111 | 1111 | 101011011 | 1000110 | 110011 |
Color Harmonies of #DA2A51
Complementary color
Monochromatic Colors of #DA2A51
Black with #DA2A51
Text Example
Text Example
White with #DA2A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A51; }
p { color: rgb(218,42,81); }
H1.HeaderClassName
{
color: #DA2A51;
}
.AnyTagClassName
{
color: #DA2A51;
}
</style>
background-color css
<style>
a { background-color: #DA2A51; }
a { background-color: rgb(218,42,81); }
div.DivClassName
{
background-color: #DA2A51;
}
.BgClassName
{
background-color: #DA2A51;
}
</style>
border-color css
<style>
span { border-color: #DA2A51; }
span { border-color: rgb(218,42,81); }
td.TdClassName
{
border-color: #DA2A51;
}
.TagClassName
{
border-color: #DA2A51;
}
</style>