Shades of Amaranth #DA324D
Tints of Amaranth #DA324D
RGB
CMYK
RGB Variations
Color information
#DA324D (or 0xDA324D) is known color: Amaranth. HEX triplet: DA, 32 and 4D. RGB value is (218,50,77). Sum of RGB (Red+Green+Blue) = 218+50+77=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 50 (19.92% from 255 or 14.49% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA324D is #25CDB2. Grayscale: #676767. Windows color (decimal): -2477491 or 5059290. OLE color: 5059290.
HSL color Cylindrical-coordinate representation of color #DA324D: hue angle of 350.36º 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 #DA324D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 77 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.15 |
| HSL | 350.36º | 0.69% | 0.53% | - |
| HSV(B) | 350.36º | 0.77% | 0.85% | - |
| XYZ | 31.39 | 17.72 | 8.79 | - |
| YUV | 103.31 | 113.16 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 77 | 0 | 0.77 | 0.65 | 0.15 | 350.36 | 0.69 | 0.53 |
| Hex | DA | 32 | 4D | 0 | 4D | 41 | F | 15E | 45 | 35 |
| Octal | 332 | 62 | 115 | 0 | 115 | 101 | 17 | 536 | 105 | 65 |
| Binary | 11011010 | 110010 | 1001101 | 0 | 1001101 | 1000001 | 1111 | 101011110 | 1000101 | 110101 |
Color Harmonies of #DA324D
Complementary color
Monochromatic Colors of #DA324D
Black with #DA324D
Text Example
Text Example
White with #DA324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA324D; }
p { color: rgb(218,50,77); }
H1.HeaderClassName
{
color: #DA324D;
}
.AnyTagClassName
{
color: #DA324D;
}
</style>
background-color css
<style>
a { background-color: #DA324D; }
a { background-color: rgb(218,50,77); }
div.DivClassName
{
background-color: #DA324D;
}
.BgClassName
{
background-color: #DA324D;
}
</style>
border-color css
<style>
span { border-color: #DA324D; }
span { border-color: rgb(218,50,77); }
td.TdClassName
{
border-color: #DA324D;
}
.TagClassName
{
border-color: #DA324D;
}
</style>