Shades of Amaranth #DA344D
Tints of Amaranth #DA344D
RGB
CMYK
RGB Variations
Color information
#DA344D (or 0xDA344D) is known color: Amaranth. HEX triplet: DA, 34 and 4D. RGB value is (218,52,77). Sum of RGB (Red+Green+Blue) = 218+52+77=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA344D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA344D is #25CBB2. Grayscale: #686868. Windows color (decimal): -2476979 or 5059802. OLE color: 5059802.
HSL color Cylindrical-coordinate representation of color #DA344D: hue angle of 350.96º 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 #DA344D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 77 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 350.96º | 0.69% | 0.53% | - |
| HSV(B) | 350.96º | 0.76% | 0.85% | - |
| XYZ | 31.48 | 17.9 | 8.82 | - |
| YUV | 104.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 77 | 0 | 0.76 | 0.65 | 0.15 | 350.96 | 0.69 | 0.53 |
| Hex | DA | 34 | 4D | 0 | 4C | 41 | F | 15F | 45 | 35 |
| Octal | 332 | 64 | 115 | 0 | 114 | 101 | 17 | 537 | 105 | 65 |
| Binary | 11011010 | 110100 | 1001101 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000101 | 110101 |
Color Harmonies of #DA344D
Complementary color
Monochromatic Colors of #DA344D
Black with #DA344D
Text Example
Text Example
White with #DA344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA344D; }
p { color: rgb(218,52,77); }
H1.HeaderClassName
{
color: #DA344D;
}
.AnyTagClassName
{
color: #DA344D;
}
</style>
background-color css
<style>
a { background-color: #DA344D; }
a { background-color: rgb(218,52,77); }
div.DivClassName
{
background-color: #DA344D;
}
.BgClassName
{
background-color: #DA344D;
}
</style>
border-color css
<style>
span { border-color: #DA344D; }
span { border-color: rgb(218,52,77); }
td.TdClassName
{
border-color: #DA344D;
}
.TagClassName
{
border-color: #DA344D;
}
</style>