Shades of Amaranth #DA3548
Tints of Amaranth #DA3548
RGB
CMYK
RGB Variations
Color information
#DA3548 (or 0xDA3548) is known color: Amaranth. HEX triplet: DA, 35 and 48. RGB value is (218,53,72). Sum of RGB (Red+Green+Blue) = 218+53+72=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3548 is #25CAB7. Grayscale: #686868. Windows color (decimal): -2476728 or 4732378. OLE color: 4732378.
HSL color Cylindrical-coordinate representation of color #DA3548: hue angle of 353.09º 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 #DA3548 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 72 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.15 |
| HSL | 353.09º | 0.69% | 0.53% | - |
| HSV(B) | 353.09º | 0.76% | 0.85% | - |
| XYZ | 31.36 | 17.92 | 7.94 | - |
| YUV | 104.5 | 109.66 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 72 | 0 | 0.76 | 0.67 | 0.15 | 353.09 | 0.69 | 0.53 |
| Hex | DA | 35 | 48 | 0 | 4C | 43 | F | 161 | 45 | 35 |
| Octal | 332 | 65 | 110 | 0 | 114 | 103 | 17 | 541 | 105 | 65 |
| Binary | 11011010 | 110101 | 1001000 | 0 | 1001100 | 1000011 | 1111 | 101100001 | 1000101 | 110101 |
Color Harmonies of #DA3548
Complementary color
Monochromatic Colors of #DA3548
Black with #DA3548
Text Example
Text Example
White with #DA3548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3548; }
p { color: rgb(218,53,72); }
H1.HeaderClassName
{
color: #DA3548;
}
.AnyTagClassName
{
color: #DA3548;
}
</style>
background-color css
<style>
a { background-color: #DA3548; }
a { background-color: rgb(218,53,72); }
div.DivClassName
{
background-color: #DA3548;
}
.BgClassName
{
background-color: #DA3548;
}
</style>
border-color css
<style>
span { border-color: #DA3548; }
span { border-color: rgb(218,53,72); }
td.TdClassName
{
border-color: #DA3548;
}
.TagClassName
{
border-color: #DA3548;
}
</style>