Shades of Amaranth #DA3449
Tints of Amaranth #DA3449
RGB
CMYK
RGB Variations
Color information
#DA3449 (or 0xDA3449) is known color: Amaranth. HEX triplet: DA, 34 and 49. RGB value is (218,52,73). Sum of RGB (Red+Green+Blue) = 218+52+73=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3449 is #25CBB6. Grayscale: #686868. Windows color (decimal): -2476983 or 4797658. OLE color: 4797658.
HSL color Cylindrical-coordinate representation of color #DA3449: hue angle of 352.41º 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 #DA3449 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 73 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.15 |
| HSL | 352.41º | 0.69% | 0.53% | - |
| HSV(B) | 352.41º | 0.76% | 0.85% | - |
| XYZ | 31.34 | 17.84 | 8.1 | - |
| YUV | 104.03 | 110.5 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 73 | 0 | 0.76 | 0.67 | 0.15 | 352.41 | 0.69 | 0.53 |
| Hex | DA | 34 | 49 | 0 | 4C | 43 | F | 160 | 45 | 35 |
| Octal | 332 | 64 | 111 | 0 | 114 | 103 | 17 | 540 | 105 | 65 |
| Binary | 11011010 | 110100 | 1001001 | 0 | 1001100 | 1000011 | 1111 | 101100000 | 1000101 | 110101 |
Color Harmonies of #DA3449
Complementary color
Monochromatic Colors of #DA3449
Black with #DA3449
Text Example
Text Example
White with #DA3449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3449; }
p { color: rgb(218,52,73); }
H1.HeaderClassName
{
color: #DA3449;
}
.AnyTagClassName
{
color: #DA3449;
}
</style>
background-color css
<style>
a { background-color: #DA3449; }
a { background-color: rgb(218,52,73); }
div.DivClassName
{
background-color: #DA3449;
}
.BgClassName
{
background-color: #DA3449;
}
</style>
border-color css
<style>
span { border-color: #DA3449; }
span { border-color: rgb(218,52,73); }
td.TdClassName
{
border-color: #DA3449;
}
.TagClassName
{
border-color: #DA3449;
}
</style>