Shades of Amaranth #DA3C4E
Tints of Amaranth #DA3C4E
RGB
CMYK
RGB Variations
Color information
#DA3C4E (or 0xDA3C4E) is known color: Amaranth. HEX triplet: DA, 3C and 4E. RGB value is (218,60,78). Sum of RGB (Red+Green+Blue) = 218+60+78=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C4E is #25C3B1. Grayscale: #6D6D6D. Windows color (decimal): -2474930 or 5127386. OLE color: 5127386.
HSL color Cylindrical-coordinate representation of color #DA3C4E: hue angle of 353.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 78 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.15 |
| HSL | 353.16º | 0.68% | 0.55% | - |
| HSV(B) | 353.16º | 0.72% | 0.85% | - |
| XYZ | 31.9 | 18.69 | 9.13 | - |
| YUV | 109.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 78 | 0 | 0.72 | 0.64 | 0.15 | 353.16 | 0.68 | 0.55 |
| Hex | DA | 3C | 4E | 0 | 48 | 40 | F | 161 | 44 | 37 |
| Octal | 332 | 74 | 116 | 0 | 110 | 100 | 17 | 541 | 104 | 67 |
| Binary | 11011010 | 111100 | 1001110 | 0 | 1001000 | 1000000 | 1111 | 101100001 | 1000100 | 110111 |
Color Harmonies of #DA3C4E
Complementary color
Monochromatic Colors of #DA3C4E
Black with #DA3C4E
Text Example
Text Example
White with #DA3C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C4E; }
p { color: rgb(218,60,78); }
H1.HeaderClassName
{
color: #DA3C4E;
}
.AnyTagClassName
{
color: #DA3C4E;
}
</style>
background-color css
<style>
a { background-color: #DA3C4E; }
a { background-color: rgb(218,60,78); }
div.DivClassName
{
background-color: #DA3C4E;
}
.BgClassName
{
background-color: #DA3C4E;
}
</style>
border-color css
<style>
span { border-color: #DA3C4E; }
span { border-color: rgb(218,60,78); }
td.TdClassName
{
border-color: #DA3C4E;
}
.TagClassName
{
border-color: #DA3C4E;
}
</style>