Shades of Amaranth #DA2156
Tints of Amaranth #DA2156
RGB
CMYK
RGB Variations
Color information
#DA2156 (or 0xDA2156) is known color: Amaranth. HEX triplet: DA, 21 and 56. RGB value is (218,33,86). Sum of RGB (Red+Green+Blue) = 218+33+86=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2156 is #25DEA9. Grayscale: #5E5E5E. Windows color (decimal): -2481834 or 5644762. OLE color: 5644762.
HSL color Cylindrical-coordinate representation of color #DA2156: hue angle of 342.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA2156 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 86 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.15 |
| HSL | 342.81º | 0.74% | 0.49% | - |
| HSV(B) | 342.81º | 0.85% | 0.85% | - |
| XYZ | 31.14 | 16.67 | 10.38 | - |
| YUV | 94.36 | 123.29 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 86 | 0 | 0.85 | 0.61 | 0.15 | 342.81 | 0.74 | 0.49 |
| Hex | DA | 21 | 56 | 0 | 55 | 3D | F | 157 | 4A | 31 |
| Octal | 332 | 41 | 126 | 0 | 125 | 75 | 17 | 527 | 112 | 61 |
| Binary | 11011010 | 100001 | 1010110 | 0 | 1010101 | 111101 | 1111 | 101010111 | 1001010 | 110001 |
Color Harmonies of #DA2156
Complementary color
Monochromatic Colors of #DA2156
Black with #DA2156
Text Example
Text Example
White with #DA2156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2156; }
p { color: rgb(218,33,86); }
H1.HeaderClassName
{
color: #DA2156;
}
.AnyTagClassName
{
color: #DA2156;
}
</style>
background-color css
<style>
a { background-color: #DA2156; }
a { background-color: rgb(218,33,86); }
div.DivClassName
{
background-color: #DA2156;
}
.BgClassName
{
background-color: #DA2156;
}
</style>
border-color css
<style>
span { border-color: #DA2156; }
span { border-color: rgb(218,33,86); }
td.TdClassName
{
border-color: #DA2156;
}
.TagClassName
{
border-color: #DA2156;
}
</style>