Shades of Amaranth #DA2354
Tints of Amaranth #DA2354
RGB
CMYK
RGB Variations
Color information
#DA2354 (or 0xDA2354) is known color: Amaranth. HEX triplet: DA, 23 and 54. RGB value is (218,35,84). Sum of RGB (Red+Green+Blue) = 218+35+84=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2354 is #25DCAB. Grayscale: #5F5F5F. Windows color (decimal): -2481324 or 5514202. OLE color: 5514202.
HSL color Cylindrical-coordinate representation of color #DA2354: hue angle of 343.93º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2354 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 84 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.15 |
| HSL | 343.93º | 0.72% | 0.5% | - |
| HSV(B) | 343.93º | 0.84% | 0.85% | - |
| XYZ | 31.11 | 16.75 | 9.98 | - |
| YUV | 95.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 84 | 0 | 0.84 | 0.61 | 0.15 | 343.93 | 0.72 | 0.5 |
| Hex | DA | 23 | 54 | 0 | 54 | 3D | F | 158 | 48 | 32 |
| Octal | 332 | 43 | 124 | 0 | 124 | 75 | 17 | 530 | 110 | 62 |
| Binary | 11011010 | 100011 | 1010100 | 0 | 1010100 | 111101 | 1111 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DA2354
Complementary color
Monochromatic Colors of #DA2354
Black with #DA2354
Text Example
Text Example
White with #DA2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2354; }
p { color: rgb(218,35,84); }
H1.HeaderClassName
{
color: #DA2354;
}
.AnyTagClassName
{
color: #DA2354;
}
</style>
background-color css
<style>
a { background-color: #DA2354; }
a { background-color: rgb(218,35,84); }
div.DivClassName
{
background-color: #DA2354;
}
.BgClassName
{
background-color: #DA2354;
}
</style>
border-color css
<style>
span { border-color: #DA2354; }
span { border-color: rgb(218,35,84); }
td.TdClassName
{
border-color: #DA2354;
}
.TagClassName
{
border-color: #DA2354;
}
</style>