Shades of Amaranth #DA3456
Tints of Amaranth #DA3456
RGB
CMYK
RGB Variations
Color information
#DA3456 (or 0xDA3456) is known color: Amaranth. HEX triplet: DA, 34 and 56. RGB value is (218,52,86). Sum of RGB (Red+Green+Blue) = 218+52+86=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3456 is #25CBA9. Grayscale: #696969. Windows color (decimal): -2476970 or 5649626. OLE color: 5649626.
HSL color Cylindrical-coordinate representation of color #DA3456: hue angle of 347.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3456 is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 86 | - |
| CMYK | 0 | 0.76 | 0.61 | 0.15 |
| HSL | 347.71º | 0.69% | 0.53% | - |
| HSV(B) | 347.71º | 0.76% | 0.85% | - |
| XYZ | 31.82 | 18.03 | 10.61 | - |
| YUV | 105.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 86 | 0 | 0.76 | 0.61 | 0.15 | 347.71 | 0.69 | 0.53 |
| Hex | DA | 34 | 56 | 0 | 4C | 3D | F | 15C | 45 | 35 |
| Octal | 332 | 64 | 126 | 0 | 114 | 75 | 17 | 534 | 105 | 65 |
| Binary | 11011010 | 110100 | 1010110 | 0 | 1001100 | 111101 | 1111 | 101011100 | 1000101 | 110101 |
Color Harmonies of #DA3456
Complementary color
Monochromatic Colors of #DA3456
Black with #DA3456
Text Example
Text Example
White with #DA3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3456; }
p { color: rgb(218,52,86); }
H1.HeaderClassName
{
color: #DA3456;
}
.AnyTagClassName
{
color: #DA3456;
}
</style>
background-color css
<style>
a { background-color: #DA3456; }
a { background-color: rgb(218,52,86); }
div.DivClassName
{
background-color: #DA3456;
}
.BgClassName
{
background-color: #DA3456;
}
</style>
border-color css
<style>
span { border-color: #DA3456; }
span { border-color: rgb(218,52,86); }
td.TdClassName
{
border-color: #DA3456;
}
.TagClassName
{
border-color: #DA3456;
}
</style>