Shades of Amaranth #DA2050
Tints of Amaranth #DA2050
RGB
CMYK
RGB Variations
Color information
#DA2050 (or 0xDA2050) is known color: Amaranth. HEX triplet: DA, 20 and 50. RGB value is (218,32,80). Sum of RGB (Red+Green+Blue) = 218+32+80=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2050 is #25DFAF. Grayscale: #5D5D5D. Windows color (decimal): -2482096 or 5251290. OLE color: 5251290.
HSL color Cylindrical-coordinate representation of color #DA2050: hue angle of 344.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2050 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 80 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.15 |
| HSL | 344.52º | 0.74% | 0.49% | - |
| HSV(B) | 344.52º | 0.85% | 0.85% | - |
| XYZ | 30.88 | 16.52 | 9.15 | - |
| YUV | 93.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 80 | 0 | 0.85 | 0.63 | 0.15 | 344.52 | 0.74 | 0.49 |
| Hex | DA | 20 | 50 | 0 | 55 | 3F | F | 159 | 4A | 31 |
| Octal | 332 | 40 | 120 | 0 | 125 | 77 | 17 | 531 | 112 | 61 |
| Binary | 11011010 | 100000 | 1010000 | 0 | 1010101 | 111111 | 1111 | 101011001 | 1001010 | 110001 |
Color Harmonies of #DA2050
Complementary color
Monochromatic Colors of #DA2050
Black with #DA2050
Text Example
Text Example
White with #DA2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2050; }
p { color: rgb(218,32,80); }
H1.HeaderClassName
{
color: #DA2050;
}
.AnyTagClassName
{
color: #DA2050;
}
</style>
background-color css
<style>
a { background-color: #DA2050; }
a { background-color: rgb(218,32,80); }
div.DivClassName
{
background-color: #DA2050;
}
.BgClassName
{
background-color: #DA2050;
}
</style>
border-color css
<style>
span { border-color: #DA2050; }
span { border-color: rgb(218,32,80); }
td.TdClassName
{
border-color: #DA2050;
}
.TagClassName
{
border-color: #DA2050;
}
</style>