Shades of Amaranth #DA2455
Tints of Amaranth #DA2455
RGB
CMYK
RGB Variations
Color information
#DA2455 (or 0xDA2455) is known color: Amaranth. HEX triplet: DA, 24 and 55. RGB value is (218,36,85). Sum of RGB (Red+Green+Blue) = 218+36+85=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2455 is #25DBAA. Grayscale: #5F5F5F. Windows color (decimal): -2481067 or 5579994. OLE color: 5579994.
HSL color Cylindrical-coordinate representation of color #DA2455: hue angle of 343.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2455 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 85 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.15 |
| HSL | 343.85º | 0.72% | 0.5% | - |
| HSV(B) | 343.85º | 0.83% | 0.85% | - |
| XYZ | 31.18 | 16.82 | 10.2 | - |
| YUV | 96 | 121.8 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 85 | 0 | 0.83 | 0.61 | 0.15 | 343.85 | 0.72 | 0.5 |
| Hex | DA | 24 | 55 | 0 | 53 | 3D | F | 158 | 48 | 32 |
| Octal | 332 | 44 | 125 | 0 | 123 | 75 | 17 | 530 | 110 | 62 |
| Binary | 11011010 | 100100 | 1010101 | 0 | 1010011 | 111101 | 1111 | 101011000 | 1001000 | 110010 |
Color Harmonies of #DA2455
Complementary color
Monochromatic Colors of #DA2455
Black with #DA2455
Text Example
Text Example
White with #DA2455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2455; }
p { color: rgb(218,36,85); }
H1.HeaderClassName
{
color: #DA2455;
}
.AnyTagClassName
{
color: #DA2455;
}
</style>
background-color css
<style>
a { background-color: #DA2455; }
a { background-color: rgb(218,36,85); }
div.DivClassName
{
background-color: #DA2455;
}
.BgClassName
{
background-color: #DA2455;
}
</style>
border-color css
<style>
span { border-color: #DA2455; }
span { border-color: rgb(218,36,85); }
td.TdClassName
{
border-color: #DA2455;
}
.TagClassName
{
border-color: #DA2455;
}
</style>