Shades of Amaranth #DA2650
Tints of Amaranth #DA2650
RGB
CMYK
RGB Variations
Color information
#DA2650 (or 0xDA2650) is known color: Amaranth. HEX triplet: DA, 26 and 50. RGB value is (218,38,80). Sum of RGB (Red+Green+Blue) = 218+38+80=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2650 is #25D9AF. Grayscale: #606060. Windows color (decimal): -2480560 or 5252826. OLE color: 5252826.
HSL color Cylindrical-coordinate representation of color #DA2650: hue angle of 346º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2650 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 80 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.15 |
| HSL | 346º | 0.71% | 0.5% | - |
| HSV(B) | 346º | 0.83% | 0.85% | - |
| XYZ | 31.05 | 16.87 | 9.21 | - |
| YUV | 96.61 | 118.63 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 80 | 0 | 0.83 | 0.63 | 0.15 | 346 | 0.71 | 0.5 |
| Hex | DA | 26 | 50 | 0 | 53 | 3F | F | 15A | 47 | 32 |
| Octal | 332 | 46 | 120 | 0 | 123 | 77 | 17 | 532 | 107 | 62 |
| Binary | 11011010 | 100110 | 1010000 | 0 | 1010011 | 111111 | 1111 | 101011010 | 1000111 | 110010 |
Color Harmonies of #DA2650
Complementary color
Monochromatic Colors of #DA2650
Black with #DA2650
Text Example
Text Example
White with #DA2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2650; }
p { color: rgb(218,38,80); }
H1.HeaderClassName
{
color: #DA2650;
}
.AnyTagClassName
{
color: #DA2650;
}
</style>
background-color css
<style>
a { background-color: #DA2650; }
a { background-color: rgb(218,38,80); }
div.DivClassName
{
background-color: #DA2650;
}
.BgClassName
{
background-color: #DA2650;
}
</style>
border-color css
<style>
span { border-color: #DA2650; }
span { border-color: rgb(218,38,80); }
td.TdClassName
{
border-color: #DA2650;
}
.TagClassName
{
border-color: #DA2650;
}
</style>