Shades of Amaranth #DA2151
Tints of Amaranth #DA2151
RGB
CMYK
RGB Variations
Color information
#DA2151 (or 0xDA2151) is known color: Amaranth. HEX triplet: DA, 21 and 51. RGB value is (218,33,81). Sum of RGB (Red+Green+Blue) = 218+33+81=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2151 is #25DEAE. Grayscale: #5D5D5D. Windows color (decimal): -2481839 or 5317082. OLE color: 5317082.
HSL color Cylindrical-coordinate representation of color #DA2151: hue angle of 344.43º 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 #DA2151 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 81 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.15 |
| HSL | 344.43º | 0.74% | 0.49% | - |
| HSV(B) | 344.43º | 0.85% | 0.85% | - |
| XYZ | 30.94 | 16.59 | 9.36 | - |
| YUV | 93.79 | 120.79 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 81 | 0 | 0.85 | 0.63 | 0.15 | 344.43 | 0.74 | 0.49 |
| Hex | DA | 21 | 51 | 0 | 55 | 3F | F | 158 | 4A | 31 |
| Octal | 332 | 41 | 121 | 0 | 125 | 77 | 17 | 530 | 112 | 61 |
| Binary | 11011010 | 100001 | 1010001 | 0 | 1010101 | 111111 | 1111 | 101011000 | 1001010 | 110001 |
Color Harmonies of #DA2151
Complementary color
Monochromatic Colors of #DA2151
Black with #DA2151
Text Example
Text Example
White with #DA2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2151; }
p { color: rgb(218,33,81); }
H1.HeaderClassName
{
color: #DA2151;
}
.AnyTagClassName
{
color: #DA2151;
}
</style>
background-color css
<style>
a { background-color: #DA2151; }
a { background-color: rgb(218,33,81); }
div.DivClassName
{
background-color: #DA2151;
}
.BgClassName
{
background-color: #DA2151;
}
</style>
border-color css
<style>
span { border-color: #DA2151; }
span { border-color: rgb(218,33,81); }
td.TdClassName
{
border-color: #DA2151;
}
.TagClassName
{
border-color: #DA2151;
}
</style>