Shades of Amaranth #DA2E51
Tints of Amaranth #DA2E51
RGB
CMYK
RGB Variations
Color information
#DA2E51 (or 0xDA2E51) is known color: Amaranth. HEX triplet: DA, 2E and 51. RGB value is (218,46,81). Sum of RGB (Red+Green+Blue) = 218+46+81=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 46 (18.36% from 255 or 13.33% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2E51 is #25D1AE. Grayscale: #656565. Windows color (decimal): -2478511 or 5320410. OLE color: 5320410.
HSL color Cylindrical-coordinate representation of color #DA2E51: hue angle of 347.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2E51 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 46 | 81 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.15 |
| HSL | 347.79º | 0.7% | 0.52% | - |
| HSV(B) | 347.79º | 0.79% | 0.85% | - |
| XYZ | 31.38 | 17.45 | 9.5 | - |
| YUV | 101.42 | 116.48 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 46 | 81 | 0 | 0.79 | 0.63 | 0.15 | 347.79 | 0.7 | 0.52 |
| Hex | DA | 2E | 51 | 0 | 4F | 3F | F | 15C | 46 | 34 |
| Octal | 332 | 56 | 121 | 0 | 117 | 77 | 17 | 534 | 106 | 64 |
| Binary | 11011010 | 101110 | 1010001 | 0 | 1001111 | 111111 | 1111 | 101011100 | 1000110 | 110100 |
Color Harmonies of #DA2E51
Complementary color
Monochromatic Colors of #DA2E51
Black with #DA2E51
Text Example
Text Example
White with #DA2E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2E51; }
p { color: rgb(218,46,81); }
H1.HeaderClassName
{
color: #DA2E51;
}
.AnyTagClassName
{
color: #DA2E51;
}
</style>
background-color css
<style>
a { background-color: #DA2E51; }
a { background-color: rgb(218,46,81); }
div.DivClassName
{
background-color: #DA2E51;
}
.BgClassName
{
background-color: #DA2E51;
}
</style>
border-color css
<style>
span { border-color: #DA2E51; }
span { border-color: rgb(218,46,81); }
td.TdClassName
{
border-color: #DA2E51;
}
.TagClassName
{
border-color: #DA2E51;
}
</style>