Shades of Amaranth #DA2847
Tints of Amaranth #DA2847
RGB
CMYK
RGB Variations
Color information
#DA2847 (or 0xDA2847) is known color: Amaranth. HEX triplet: DA, 28 and 47. RGB value is (218,40,71). Sum of RGB (Red+Green+Blue) = 218+40+71=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2847 is #25D7B8. Grayscale: #606060. Windows color (decimal): -2480057 or 4663514. OLE color: 4663514.
HSL color Cylindrical-coordinate representation of color #DA2847: hue angle of 349.55º 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 #DA2847 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 71 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.15 |
| HSL | 349.55º | 0.71% | 0.51% | - |
| HSV(B) | 349.55º | 0.82% | 0.85% | - |
| XYZ | 30.81 | 16.88 | 7.6 | - |
| YUV | 96.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 71 | 0 | 0.82 | 0.67 | 0.15 | 349.55 | 0.71 | 0.51 |
| Hex | DA | 28 | 47 | 0 | 52 | 43 | F | 15E | 47 | 33 |
| Octal | 332 | 50 | 107 | 0 | 122 | 103 | 17 | 536 | 107 | 63 |
| Binary | 11011010 | 101000 | 1000111 | 0 | 1010010 | 1000011 | 1111 | 101011110 | 1000111 | 110011 |
Color Harmonies of #DA2847
Complementary color
Monochromatic Colors of #DA2847
Black with #DA2847
Text Example
Text Example
White with #DA2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2847; }
p { color: rgb(218,40,71); }
H1.HeaderClassName
{
color: #DA2847;
}
.AnyTagClassName
{
color: #DA2847;
}
</style>
background-color css
<style>
a { background-color: #DA2847; }
a { background-color: rgb(218,40,71); }
div.DivClassName
{
background-color: #DA2847;
}
.BgClassName
{
background-color: #DA2847;
}
</style>
border-color css
<style>
span { border-color: #DA2847; }
span { border-color: rgb(218,40,71); }
td.TdClassName
{
border-color: #DA2847;
}
.TagClassName
{
border-color: #DA2847;
}
</style>