Shades of Amaranth #DA3551
Tints of Amaranth #DA3551
RGB
CMYK
RGB Variations
Color information
#DA3551 (or 0xDA3551) is known color: Amaranth. HEX triplet: DA, 35 and 51. RGB value is (218,53,81). Sum of RGB (Red+Green+Blue) = 218+53+81=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3551 is #25CAAE. Grayscale: #696969. Windows color (decimal): -2476719 or 5322202. OLE color: 5322202.
HSL color Cylindrical-coordinate representation of color #DA3551: hue angle of 349.82º 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 #DA3551 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 81 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.15 |
| HSL | 349.82º | 0.69% | 0.53% | - |
| HSV(B) | 349.82º | 0.76% | 0.85% | - |
| XYZ | 31.67 | 18.05 | 9.6 | - |
| YUV | 105.53 | 114.16 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 81 | 0 | 0.76 | 0.63 | 0.15 | 349.82 | 0.69 | 0.53 |
| Hex | DA | 35 | 51 | 0 | 4C | 3F | F | 15E | 45 | 35 |
| Octal | 332 | 65 | 121 | 0 | 114 | 77 | 17 | 536 | 105 | 65 |
| Binary | 11011010 | 110101 | 1010001 | 0 | 1001100 | 111111 | 1111 | 101011110 | 1000101 | 110101 |
Color Harmonies of #DA3551
Complementary color
Monochromatic Colors of #DA3551
Black with #DA3551
Text Example
Text Example
White with #DA3551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3551; }
p { color: rgb(218,53,81); }
H1.HeaderClassName
{
color: #DA3551;
}
.AnyTagClassName
{
color: #DA3551;
}
</style>
background-color css
<style>
a { background-color: #DA3551; }
a { background-color: rgb(218,53,81); }
div.DivClassName
{
background-color: #DA3551;
}
.BgClassName
{
background-color: #DA3551;
}
</style>
border-color css
<style>
span { border-color: #DA3551; }
span { border-color: rgb(218,53,81); }
td.TdClassName
{
border-color: #DA3551;
}
.TagClassName
{
border-color: #DA3551;
}
</style>