Shades of Amaranth #DA3346
Tints of Amaranth #DA3346
RGB
CMYK
RGB Variations
Color information
#DA3346 (or 0xDA3346) is known color: Amaranth. HEX triplet: DA, 33 and 46. RGB value is (218,51,70). Sum of RGB (Red+Green+Blue) = 218+51+70=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3346 is #25CCB9. Grayscale: #676767. Windows color (decimal): -2477242 or 4600794. OLE color: 4600794.
HSL color Cylindrical-coordinate representation of color #DA3346: hue angle of 353.17º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3346 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 70 | - |
| CMYK | 0 | 0.77 | 0.68 | 0.15 |
| HSL | 353.17º | 0.69% | 0.53% | - |
| HSV(B) | 353.17º | 0.77% | 0.85% | - |
| XYZ | 31.2 | 17.72 | 7.57 | - |
| YUV | 103.1 | 109.33 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 70 | 0 | 0.77 | 0.68 | 0.15 | 353.17 | 0.69 | 0.53 |
| Hex | DA | 33 | 46 | 0 | 4D | 44 | F | 161 | 45 | 35 |
| Octal | 332 | 63 | 106 | 0 | 115 | 104 | 17 | 541 | 105 | 65 |
| Binary | 11011010 | 110011 | 1000110 | 0 | 1001101 | 1000100 | 1111 | 101100001 | 1000101 | 110101 |
Color Harmonies of #DA3346
Complementary color
Monochromatic Colors of #DA3346
Black with #DA3346
Text Example
Text Example
White with #DA3346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3346; }
p { color: rgb(218,51,70); }
H1.HeaderClassName
{
color: #DA3346;
}
.AnyTagClassName
{
color: #DA3346;
}
</style>
background-color css
<style>
a { background-color: #DA3346; }
a { background-color: rgb(218,51,70); }
div.DivClassName
{
background-color: #DA3346;
}
.BgClassName
{
background-color: #DA3346;
}
</style>
border-color css
<style>
span { border-color: #DA3346; }
span { border-color: rgb(218,51,70); }
td.TdClassName
{
border-color: #DA3346;
}
.TagClassName
{
border-color: #DA3346;
}
</style>