Shades of Amaranth #DA2254
Tints of Amaranth #DA2254
RGB
CMYK
RGB Variations
Color information
#DA2254 (or 0xDA2254) is known color: Amaranth. HEX triplet: DA, 22 and 54. RGB value is (218,34,84). Sum of RGB (Red+Green+Blue) = 218+34+84=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2254 is #25DDAB. Grayscale: #5E5E5E. Windows color (decimal): -2481580 or 5513946. OLE color: 5513946.
HSL color Cylindrical-coordinate representation of color #DA2254: hue angle of 343.7º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2254 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 84 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.15 |
| HSL | 343.7º | 0.73% | 0.49% | - |
| HSV(B) | 343.7º | 0.84% | 0.85% | - |
| XYZ | 31.09 | 16.69 | 9.97 | - |
| YUV | 94.72 | 121.96 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 84 | 0 | 0.84 | 0.61 | 0.15 | 343.7 | 0.73 | 0.49 |
| Hex | DA | 22 | 54 | 0 | 54 | 3D | F | 158 | 49 | 31 |
| Octal | 332 | 42 | 124 | 0 | 124 | 75 | 17 | 530 | 111 | 61 |
| Binary | 11011010 | 100010 | 1010100 | 0 | 1010100 | 111101 | 1111 | 101011000 | 1001001 | 110001 |
Color Harmonies of #DA2254
Complementary color
Monochromatic Colors of #DA2254
Black with #DA2254
Text Example
Text Example
White with #DA2254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2254; }
p { color: rgb(218,34,84); }
H1.HeaderClassName
{
color: #DA2254;
}
.AnyTagClassName
{
color: #DA2254;
}
</style>
background-color css
<style>
a { background-color: #DA2254; }
a { background-color: rgb(218,34,84); }
div.DivClassName
{
background-color: #DA2254;
}
.BgClassName
{
background-color: #DA2254;
}
</style>
border-color css
<style>
span { border-color: #DA2254; }
span { border-color: rgb(218,34,84); }
td.TdClassName
{
border-color: #DA2254;
}
.TagClassName
{
border-color: #DA2254;
}
</style>