Shades of Amaranth #DA354D
Tints of Amaranth #DA354D
RGB
CMYK
RGB Variations
Color information
#DA354D (or 0xDA354D) is known color: Amaranth. HEX triplet: DA, 35 and 4D. RGB value is (218,53,77). Sum of RGB (Red+Green+Blue) = 218+53+77=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA354D is #25CAB2. Grayscale: #696969. Windows color (decimal): -2476723 or 5060058. OLE color: 5060058.
HSL color Cylindrical-coordinate representation of color #DA354D: hue angle of 351.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA354D is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 77 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.15 |
| HSL | 351.27º | 0.69% | 0.53% | - |
| HSV(B) | 351.27º | 0.76% | 0.85% | - |
| XYZ | 31.53 | 17.99 | 8.83 | - |
| YUV | 105.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 77 | 0 | 0.76 | 0.65 | 0.15 | 351.27 | 0.69 | 0.53 |
| Hex | DA | 35 | 4D | 0 | 4C | 41 | F | 15F | 45 | 35 |
| Octal | 332 | 65 | 115 | 0 | 114 | 101 | 17 | 537 | 105 | 65 |
| Binary | 11011010 | 110101 | 1001101 | 0 | 1001100 | 1000001 | 1111 | 101011111 | 1000101 | 110101 |
Color Harmonies of #DA354D
Complementary color
Monochromatic Colors of #DA354D
Black with #DA354D
Text Example
Text Example
White with #DA354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA354D; }
p { color: rgb(218,53,77); }
H1.HeaderClassName
{
color: #DA354D;
}
.AnyTagClassName
{
color: #DA354D;
}
</style>
background-color css
<style>
a { background-color: #DA354D; }
a { background-color: rgb(218,53,77); }
div.DivClassName
{
background-color: #DA354D;
}
.BgClassName
{
background-color: #DA354D;
}
</style>
border-color css
<style>
span { border-color: #DA354D; }
span { border-color: rgb(218,53,77); }
td.TdClassName
{
border-color: #DA354D;
}
.TagClassName
{
border-color: #DA354D;
}
</style>