Shades of Amaranth #DA3447
Tints of Amaranth #DA3447
RGB
CMYK
RGB Variations
Color information
#DA3447 (or 0xDA3447) is known color: Amaranth. HEX triplet: DA, 34 and 47. RGB value is (218,52,71). Sum of RGB (Red+Green+Blue) = 218+52+71=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3447 is #25CBB8. Grayscale: #676767. Windows color (decimal): -2476985 or 4666586. OLE color: 4666586.
HSL color Cylindrical-coordinate representation of color #DA3447: hue angle of 353.13º 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 #DA3447 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 71 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.15 |
| HSL | 353.13º | 0.69% | 0.53% | - |
| HSV(B) | 353.13º | 0.76% | 0.85% | - |
| XYZ | 31.28 | 17.82 | 7.75 | - |
| YUV | 103.8 | 109.5 | 209.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 71 | 0 | 0.76 | 0.67 | 0.15 | 353.13 | 0.69 | 0.53 |
| Hex | DA | 34 | 47 | 0 | 4C | 43 | F | 161 | 45 | 35 |
| Octal | 332 | 64 | 107 | 0 | 114 | 103 | 17 | 541 | 105 | 65 |
| Binary | 11011010 | 110100 | 1000111 | 0 | 1001100 | 1000011 | 1111 | 101100001 | 1000101 | 110101 |
Color Harmonies of #DA3447
Complementary color
Monochromatic Colors of #DA3447
Black with #DA3447
Text Example
Text Example
White with #DA3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3447; }
p { color: rgb(218,52,71); }
H1.HeaderClassName
{
color: #DA3447;
}
.AnyTagClassName
{
color: #DA3447;
}
</style>
background-color css
<style>
a { background-color: #DA3447; }
a { background-color: rgb(218,52,71); }
div.DivClassName
{
background-color: #DA3447;
}
.BgClassName
{
background-color: #DA3447;
}
</style>
border-color css
<style>
span { border-color: #DA3447; }
span { border-color: rgb(218,52,71); }
td.TdClassName
{
border-color: #DA3447;
}
.TagClassName
{
border-color: #DA3447;
}
</style>