Shades of Amaranth #DA2253
Tints of Amaranth #DA2253
RGB
CMYK
RGB Variations
Color information
#DA2253 (or 0xDA2253) is known color: Amaranth. HEX triplet: DA, 22 and 53. RGB value is (218,34,83). Sum of RGB (Red+Green+Blue) = 218+34+83=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2253 is #25DDAC. Grayscale: #5E5E5E. Windows color (decimal): -2481581 or 5448410. OLE color: 5448410.
HSL color Cylindrical-coordinate representation of color #DA2253: hue angle of 344.02º 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 #DA2253 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 83 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.15 |
| HSL | 344.02º | 0.73% | 0.49% | - |
| HSV(B) | 344.02º | 0.84% | 0.85% | - |
| XYZ | 31.05 | 16.67 | 9.77 | - |
| YUV | 94.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 83 | 0 | 0.84 | 0.62 | 0.15 | 344.02 | 0.73 | 0.49 |
| Hex | DA | 22 | 53 | 0 | 54 | 3E | F | 158 | 49 | 31 |
| Octal | 332 | 42 | 123 | 0 | 124 | 76 | 17 | 530 | 111 | 61 |
| Binary | 11011010 | 100010 | 1010011 | 0 | 1010100 | 111110 | 1111 | 101011000 | 1001001 | 110001 |
Color Harmonies of #DA2253
Complementary color
Monochromatic Colors of #DA2253
Black with #DA2253
Text Example
Text Example
White with #DA2253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2253; }
p { color: rgb(218,34,83); }
H1.HeaderClassName
{
color: #DA2253;
}
.AnyTagClassName
{
color: #DA2253;
}
</style>
background-color css
<style>
a { background-color: #DA2253; }
a { background-color: rgb(218,34,83); }
div.DivClassName
{
background-color: #DA2253;
}
.BgClassName
{
background-color: #DA2253;
}
</style>
border-color css
<style>
span { border-color: #DA2253; }
span { border-color: rgb(218,34,83); }
td.TdClassName
{
border-color: #DA2253;
}
.TagClassName
{
border-color: #DA2253;
}
</style>