Shades of Amaranth #DA324E
Tints of Amaranth #DA324E
RGB
CMYK
RGB Variations
Color information
#DA324E (or 0xDA324E) is known color: Amaranth. HEX triplet: DA, 32 and 4E. RGB value is (218,50,78). Sum of RGB (Red+Green+Blue) = 218+50+78=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA324E is #25CDB1. Grayscale: #676767. Windows color (decimal): -2477490 or 5124826. OLE color: 5124826.
HSL color Cylindrical-coordinate representation of color #DA324E: hue angle of 350º 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 #DA324E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 78 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.15 |
| HSL | 350º | 0.69% | 0.53% | - |
| HSV(B) | 350º | 0.77% | 0.85% | - |
| XYZ | 31.43 | 17.74 | 8.97 | - |
| YUV | 103.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 78 | 0 | 0.77 | 0.64 | 0.15 | 350 | 0.69 | 0.53 |
| Hex | DA | 32 | 4E | 0 | 4D | 40 | F | 15E | 45 | 35 |
| Octal | 332 | 62 | 116 | 0 | 115 | 100 | 17 | 536 | 105 | 65 |
| Binary | 11011010 | 110010 | 1001110 | 0 | 1001101 | 1000000 | 1111 | 101011110 | 1000101 | 110101 |
Color Harmonies of #DA324E
Complementary color
Monochromatic Colors of #DA324E
Black with #DA324E
Text Example
Text Example
White with #DA324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA324E; }
p { color: rgb(218,50,78); }
H1.HeaderClassName
{
color: #DA324E;
}
.AnyTagClassName
{
color: #DA324E;
}
</style>
background-color css
<style>
a { background-color: #DA324E; }
a { background-color: rgb(218,50,78); }
div.DivClassName
{
background-color: #DA324E;
}
.BgClassName
{
background-color: #DA324E;
}
</style>
border-color css
<style>
span { border-color: #DA324E; }
span { border-color: rgb(218,50,78); }
td.TdClassName
{
border-color: #DA324E;
}
.TagClassName
{
border-color: #DA324E;
}
</style>