Shades of Amaranth #DA344C
Tints of Amaranth #DA344C
RGB
CMYK
RGB Variations
Color information
#DA344C (or 0xDA344C) is known color: Amaranth. HEX triplet: DA, 34 and 4C. RGB value is (218,52,76). Sum of RGB (Red+Green+Blue) = 218+52+76=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA344C is #25CBB3. Grayscale: #686868. Windows color (decimal): -2476980 or 4994266. OLE color: 4994266.
HSL color Cylindrical-coordinate representation of color #DA344C: hue angle of 351.33º 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 #DA344C is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 76 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 351.33º | 0.69% | 0.53% | - |
| HSV(B) | 351.33º | 0.76% | 0.85% | - |
| XYZ | 31.45 | 17.88 | 8.63 | - |
| YUV | 104.37 | 112 | 209.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 76 | 0 | 0.76 | 0.65 | 0.15 | 351.33 | 0.69 | 0.53 |
| Hex | DA | 34 | 4C | 0 | 4C | 41 | F | 15F | 45 | 35 |
| Octal | 332 | 64 | 114 | 0 | 114 | 101 | 17 | 537 | 105 | 65 |
| Binary | 11011010 | 110100 | 1001100 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000101 | 110101 |
Color Harmonies of #DA344C
Complementary color
Monochromatic Colors of #DA344C
Black with #DA344C
Text Example
Text Example
White with #DA344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA344C; }
p { color: rgb(218,52,76); }
H1.HeaderClassName
{
color: #DA344C;
}
.AnyTagClassName
{
color: #DA344C;
}
</style>
background-color css
<style>
a { background-color: #DA344C; }
a { background-color: rgb(218,52,76); }
div.DivClassName
{
background-color: #DA344C;
}
.BgClassName
{
background-color: #DA344C;
}
</style>
border-color css
<style>
span { border-color: #DA344C; }
span { border-color: rgb(218,52,76); }
td.TdClassName
{
border-color: #DA344C;
}
.TagClassName
{
border-color: #DA344C;
}
</style>