Shades of Amaranth #DA324C
Tints of Amaranth #DA324C
RGB
CMYK
RGB Variations
Color information
#DA324C (or 0xDA324C) is known color: Amaranth. HEX triplet: DA, 32 and 4C. RGB value is (218,50,76). Sum of RGB (Red+Green+Blue) = 218+50+76=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA324C is #25CDB3. Grayscale: #676767. Windows color (decimal): -2477492 or 4993754. OLE color: 4993754.
HSL color Cylindrical-coordinate representation of color #DA324C: hue angle of 350.71º 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 #DA324C is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 76 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.15 |
| HSL | 350.71º | 0.69% | 0.53% | - |
| HSV(B) | 350.71º | 0.77% | 0.85% | - |
| XYZ | 31.36 | 17.71 | 8.6 | - |
| YUV | 103.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 76 | 0 | 0.77 | 0.65 | 0.15 | 350.71 | 0.69 | 0.53 |
| Hex | DA | 32 | 4C | 0 | 4D | 41 | F | 15F | 45 | 35 |
| Octal | 332 | 62 | 114 | 0 | 115 | 101 | 17 | 537 | 105 | 65 |
| Binary | 11011010 | 110010 | 1001100 | 0 | 1001101 | 1000001 | 1111 | 101011111 | 1000101 | 110101 |
Color Harmonies of #DA324C
Complementary color
Monochromatic Colors of #DA324C
Black with #DA324C
Text Example
Text Example
White with #DA324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA324C; }
p { color: rgb(218,50,76); }
H1.HeaderClassName
{
color: #DA324C;
}
.AnyTagClassName
{
color: #DA324C;
}
</style>
background-color css
<style>
a { background-color: #DA324C; }
a { background-color: rgb(218,50,76); }
div.DivClassName
{
background-color: #DA324C;
}
.BgClassName
{
background-color: #DA324C;
}
</style>
border-color css
<style>
span { border-color: #DA324C; }
span { border-color: rgb(218,50,76); }
td.TdClassName
{
border-color: #DA324C;
}
.TagClassName
{
border-color: #DA324C;
}
</style>