Shades of Amaranth #DA2352
Tints of Amaranth #DA2352
RGB
CMYK
RGB Variations
Color information
#DA2352 (or 0xDA2352) is known color: Amaranth. HEX triplet: DA, 23 and 52. RGB value is (218,35,82). Sum of RGB (Red+Green+Blue) = 218+35+82=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2352 is #25DCAD. Grayscale: #5F5F5F. Windows color (decimal): -2481326 or 5383130. OLE color: 5383130.
HSL color Cylindrical-coordinate representation of color #DA2352: hue angle of 344.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2352 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 82 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.15 |
| HSL | 344.59º | 0.72% | 0.5% | - |
| HSV(B) | 344.59º | 0.84% | 0.85% | - |
| XYZ | 31.04 | 16.72 | 9.57 | - |
| YUV | 95.08 | 120.63 | 215.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 82 | 0 | 0.84 | 0.62 | 0.15 | 344.59 | 0.72 | 0.5 |
| Hex | DA | 23 | 52 | 0 | 54 | 3E | F | 159 | 48 | 32 |
| Octal | 332 | 43 | 122 | 0 | 124 | 76 | 17 | 531 | 110 | 62 |
| Binary | 11011010 | 100011 | 1010010 | 0 | 1010100 | 111110 | 1111 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DA2352
Complementary color
Monochromatic Colors of #DA2352
Black with #DA2352
Text Example
Text Example
White with #DA2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2352; }
p { color: rgb(218,35,82); }
H1.HeaderClassName
{
color: #DA2352;
}
.AnyTagClassName
{
color: #DA2352;
}
</style>
background-color css
<style>
a { background-color: #DA2352; }
a { background-color: rgb(218,35,82); }
div.DivClassName
{
background-color: #DA2352;
}
.BgClassName
{
background-color: #DA2352;
}
</style>
border-color css
<style>
span { border-color: #DA2352; }
span { border-color: rgb(218,35,82); }
td.TdClassName
{
border-color: #DA2352;
}
.TagClassName
{
border-color: #DA2352;
}
</style>