Shades of Amaranth #DA2853
Tints of Amaranth #DA2853
RGB
CMYK
RGB Variations
Color information
#DA2853 (or 0xDA2853) is known color: Amaranth. HEX triplet: DA, 28 and 53. RGB value is (218,40,83). Sum of RGB (Red+Green+Blue) = 218+40+83=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2853 is #25D7AC. Grayscale: #626262. Windows color (decimal): -2480045 or 5449946. OLE color: 5449946.
HSL color Cylindrical-coordinate representation of color #DA2853: hue angle of 345.51º 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 #DA2853 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 83 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.15 |
| HSL | 345.51º | 0.71% | 0.51% | - |
| HSV(B) | 345.51º | 0.82% | 0.85% | - |
| XYZ | 31.23 | 17.05 | 9.83 | - |
| YUV | 98.12 | 119.47 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 83 | 0 | 0.82 | 0.62 | 0.15 | 345.51 | 0.71 | 0.51 |
| Hex | DA | 28 | 53 | 0 | 52 | 3E | F | 15A | 47 | 33 |
| Octal | 332 | 50 | 123 | 0 | 122 | 76 | 17 | 532 | 107 | 63 |
| Binary | 11011010 | 101000 | 1010011 | 0 | 1010010 | 111110 | 1111 | 101011010 | 1000111 | 110011 |
Color Harmonies of #DA2853
Complementary color
Monochromatic Colors of #DA2853
Black with #DA2853
Text Example
Text Example
White with #DA2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2853; }
p { color: rgb(218,40,83); }
H1.HeaderClassName
{
color: #DA2853;
}
.AnyTagClassName
{
color: #DA2853;
}
</style>
background-color css
<style>
a { background-color: #DA2853; }
a { background-color: rgb(218,40,83); }
div.DivClassName
{
background-color: #DA2853;
}
.BgClassName
{
background-color: #DA2853;
}
</style>
border-color css
<style>
span { border-color: #DA2853; }
span { border-color: rgb(218,40,83); }
td.TdClassName
{
border-color: #DA2853;
}
.TagClassName
{
border-color: #DA2853;
}
</style>