Shades of Amaranth #DA2850
Tints of Amaranth #DA2850
RGB
CMYK
RGB Variations
Color information
#DA2850 (or 0xDA2850) is known color: Amaranth. HEX triplet: DA, 28 and 50. RGB value is (218,40,80). Sum of RGB (Red+Green+Blue) = 218+40+80=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2850 is #25D7AF. Grayscale: #616161. Windows color (decimal): -2480048 or 5253338. OLE color: 5253338.
HSL color Cylindrical-coordinate representation of color #DA2850: hue angle of 346.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2850 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 80 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.15 |
| HSL | 346.52º | 0.71% | 0.51% | - |
| HSV(B) | 346.52º | 0.82% | 0.85% | - |
| XYZ | 31.12 | 17 | 9.23 | - |
| YUV | 97.78 | 117.97 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 80 | 0 | 0.82 | 0.63 | 0.15 | 346.52 | 0.71 | 0.51 |
| Hex | DA | 28 | 50 | 0 | 52 | 3F | F | 15B | 47 | 33 |
| Octal | 332 | 50 | 120 | 0 | 122 | 77 | 17 | 533 | 107 | 63 |
| Binary | 11011010 | 101000 | 1010000 | 0 | 1010010 | 111111 | 1111 | 101011011 | 1000111 | 110011 |
Color Harmonies of #DA2850
Complementary color
Monochromatic Colors of #DA2850
Black with #DA2850
Text Example
Text Example
White with #DA2850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2850; }
p { color: rgb(218,40,80); }
H1.HeaderClassName
{
color: #DA2850;
}
.AnyTagClassName
{
color: #DA2850;
}
</style>
background-color css
<style>
a { background-color: #DA2850; }
a { background-color: rgb(218,40,80); }
div.DivClassName
{
background-color: #DA2850;
}
.BgClassName
{
background-color: #DA2850;
}
</style>
border-color css
<style>
span { border-color: #DA2850; }
span { border-color: rgb(218,40,80); }
td.TdClassName
{
border-color: #DA2850;
}
.TagClassName
{
border-color: #DA2850;
}
</style>