Shades of Amaranth #DA2956
Tints of Amaranth #DA2956
RGB
CMYK
RGB Variations
Color information
#DA2956 (or 0xDA2956) is known color: Amaranth. HEX triplet: DA, 29 and 56. RGB value is (218,41,86). Sum of RGB (Red+Green+Blue) = 218+41+86=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2956 is #25D6A9. Grayscale: #636363. Windows color (decimal): -2479786 or 5646810. OLE color: 5646810.
HSL color Cylindrical-coordinate representation of color #DA2956: hue angle of 344.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2956 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 86 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.15 |
| HSL | 344.75º | 0.71% | 0.51% | - |
| HSV(B) | 344.75º | 0.81% | 0.85% | - |
| XYZ | 31.39 | 17.16 | 10.46 | - |
| YUV | 99.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 86 | 0 | 0.81 | 0.61 | 0.15 | 344.75 | 0.71 | 0.51 |
| Hex | DA | 29 | 56 | 0 | 51 | 3D | F | 159 | 47 | 33 |
| Octal | 332 | 51 | 126 | 0 | 121 | 75 | 17 | 531 | 107 | 63 |
| Binary | 11011010 | 101001 | 1010110 | 0 | 1010001 | 111101 | 1111 | 101011001 | 1000111 | 110011 |
Color Harmonies of #DA2956
Complementary color
Monochromatic Colors of #DA2956
Black with #DA2956
Text Example
Text Example
White with #DA2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2956; }
p { color: rgb(218,41,86); }
H1.HeaderClassName
{
color: #DA2956;
}
.AnyTagClassName
{
color: #DA2956;
}
</style>
background-color css
<style>
a { background-color: #DA2956; }
a { background-color: rgb(218,41,86); }
div.DivClassName
{
background-color: #DA2956;
}
.BgClassName
{
background-color: #DA2956;
}
</style>
border-color css
<style>
span { border-color: #DA2956; }
span { border-color: rgb(218,41,86); }
td.TdClassName
{
border-color: #DA2956;
}
.TagClassName
{
border-color: #DA2956;
}
</style>