Shades of Amaranth #DA2A4E
Tints of Amaranth #DA2A4E
RGB
CMYK
RGB Variations
Color information
#DA2A4E (or 0xDA2A4E) is known color: Amaranth. HEX triplet: DA, 2A and 4E. RGB value is (218,42,78). Sum of RGB (Red+Green+Blue) = 218+42+78=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2A4E is #25D5B1. Grayscale: #626262. Windows color (decimal): -2479538 or 5122778. OLE color: 5122778.
HSL color Cylindrical-coordinate representation of color #DA2A4E: hue angle of 347.73º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A4E is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 78 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.15 |
| HSL | 347.73º | 0.7% | 0.51% | - |
| HSV(B) | 347.73º | 0.81% | 0.85% | - |
| XYZ | 31.12 | 17.11 | 8.87 | - |
| YUV | 98.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 78 | 0 | 0.81 | 0.64 | 0.15 | 347.73 | 0.7 | 0.51 |
| Hex | DA | 2A | 4E | 0 | 51 | 40 | F | 15C | 46 | 33 |
| Octal | 332 | 52 | 116 | 0 | 121 | 100 | 17 | 534 | 106 | 63 |
| Binary | 11011010 | 101010 | 1001110 | 0 | 1010001 | 1000000 | 1111 | 101011100 | 1000110 | 110011 |
Color Harmonies of #DA2A4E
Complementary color
Monochromatic Colors of #DA2A4E
Black with #DA2A4E
Text Example
Text Example
White with #DA2A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A4E; }
p { color: rgb(218,42,78); }
H1.HeaderClassName
{
color: #DA2A4E;
}
.AnyTagClassName
{
color: #DA2A4E;
}
</style>
background-color css
<style>
a { background-color: #DA2A4E; }
a { background-color: rgb(218,42,78); }
div.DivClassName
{
background-color: #DA2A4E;
}
.BgClassName
{
background-color: #DA2A4E;
}
</style>
border-color css
<style>
span { border-color: #DA2A4E; }
span { border-color: rgb(218,42,78); }
td.TdClassName
{
border-color: #DA2A4E;
}
.TagClassName
{
border-color: #DA2A4E;
}
</style>