Shades of Amaranth #DA2646
Tints of Amaranth #DA2646
RGB
CMYK
RGB Variations
Color information
#DA2646 (or 0xDA2646) is known color: Amaranth. HEX triplet: DA, 26 and 46. RGB value is (218,38,70). Sum of RGB (Red+Green+Blue) = 218+38+70=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2646 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2646 is #25D9B9. Grayscale: #5F5F5F. Windows color (decimal): -2480570 or 4597466. OLE color: 4597466.
HSL color Cylindrical-coordinate representation of color #DA2646: hue angle of 349.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA2646 is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 38 | 70 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.15 |
| HSL | 349.33º | 0.71% | 0.5% | - |
| HSV(B) | 349.33º | 0.83% | 0.85% | - |
| XYZ | 30.71 | 16.73 | 7.41 | - |
| YUV | 95.47 | 113.63 | 215.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 38 | 70 | 0 | 0.83 | 0.68 | 0.15 | 349.33 | 0.71 | 0.5 |
| Hex | DA | 26 | 46 | 0 | 53 | 44 | F | 15D | 47 | 32 |
| Octal | 332 | 46 | 106 | 0 | 123 | 104 | 17 | 535 | 107 | 62 |
| Binary | 11011010 | 100110 | 1000110 | 0 | 1010011 | 1000100 | 1111 | 101011101 | 1000111 | 110010 |
Color Harmonies of #DA2646
Complementary color
Monochromatic Colors of #DA2646
Black with #DA2646
Text Example
Text Example
White with #DA2646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2646; }
p { color: rgb(218,38,70); }
H1.HeaderClassName
{
color: #DA2646;
}
.AnyTagClassName
{
color: #DA2646;
}
</style>
background-color css
<style>
a { background-color: #DA2646; }
a { background-color: rgb(218,38,70); }
div.DivClassName
{
background-color: #DA2646;
}
.BgClassName
{
background-color: #DA2646;
}
</style>
border-color css
<style>
span { border-color: #DA2646; }
span { border-color: rgb(218,38,70); }
td.TdClassName
{
border-color: #DA2646;
}
.TagClassName
{
border-color: #DA2646;
}
</style>