Shades of Amaranth #DA2251
Tints of Amaranth #DA2251
RGB
CMYK
RGB Variations
Color information
#DA2251 (or 0xDA2251) is known color: Amaranth. HEX triplet: DA, 22 and 51. RGB value is (218,34,81). Sum of RGB (Red+Green+Blue) = 218+34+81=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2251 is #25DDAE. Grayscale: #5E5E5E. Windows color (decimal): -2481583 or 5317338. OLE color: 5317338.
HSL color Cylindrical-coordinate representation of color #DA2251: hue angle of 344.67º 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 #DA2251 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 81 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.15 |
| HSL | 344.67º | 0.73% | 0.49% | - |
| HSV(B) | 344.67º | 0.84% | 0.85% | - |
| XYZ | 30.97 | 16.64 | 9.36 | - |
| YUV | 94.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 81 | 0 | 0.84 | 0.63 | 0.15 | 344.67 | 0.73 | 0.49 |
| Hex | DA | 22 | 51 | 0 | 54 | 3F | F | 159 | 49 | 31 |
| Octal | 332 | 42 | 121 | 0 | 124 | 77 | 17 | 531 | 111 | 61 |
| Binary | 11011010 | 100010 | 1010001 | 0 | 1010100 | 111111 | 1111 | 101011001 | 1001001 | 110001 |
Color Harmonies of #DA2251
Complementary color
Monochromatic Colors of #DA2251
Black with #DA2251
Text Example
Text Example
White with #DA2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2251; }
p { color: rgb(218,34,81); }
H1.HeaderClassName
{
color: #DA2251;
}
.AnyTagClassName
{
color: #DA2251;
}
</style>
background-color css
<style>
a { background-color: #DA2251; }
a { background-color: rgb(218,34,81); }
div.DivClassName
{
background-color: #DA2251;
}
.BgClassName
{
background-color: #DA2251;
}
</style>
border-color css
<style>
span { border-color: #DA2251; }
span { border-color: rgb(218,34,81); }
td.TdClassName
{
border-color: #DA2251;
}
.TagClassName
{
border-color: #DA2251;
}
</style>