Shades of Amaranth #DA364D
Tints of Amaranth #DA364D
RGB
CMYK
RGB Variations
Color information
#DA364D (or 0xDA364D) is known color: Amaranth. HEX triplet: DA, 36 and 4D. RGB value is (218,54,77). Sum of RGB (Red+Green+Blue) = 218+54+77=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA364D is #25C9B2. Grayscale: #696969. Windows color (decimal): -2476467 or 5060314. OLE color: 5060314.
HSL color Cylindrical-coordinate representation of color #DA364D: hue angle of 351.59º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA364D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 77 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.15 |
| HSL | 351.59º | 0.69% | 0.53% | - |
| HSV(B) | 351.59º | 0.75% | 0.85% | - |
| XYZ | 31.57 | 18.08 | 8.85 | - |
| YUV | 105.66 | 111.83 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 77 | 0 | 0.75 | 0.65 | 0.15 | 351.59 | 0.69 | 0.53 |
| Hex | DA | 36 | 4D | 0 | 4B | 41 | F | 160 | 45 | 35 |
| Octal | 332 | 66 | 115 | 0 | 113 | 101 | 17 | 540 | 105 | 65 |
| Binary | 11011010 | 110110 | 1001101 | 0 | 1001011 | 1000001 | 1111 | 101100000 | 1000101 | 110101 |
Color Harmonies of #DA364D
Complementary color
Monochromatic Colors of #DA364D
Black with #DA364D
Text Example
Text Example
White with #DA364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA364D; }
p { color: rgb(218,54,77); }
H1.HeaderClassName
{
color: #DA364D;
}
.AnyTagClassName
{
color: #DA364D;
}
</style>
background-color css
<style>
a { background-color: #DA364D; }
a { background-color: rgb(218,54,77); }
div.DivClassName
{
background-color: #DA364D;
}
.BgClassName
{
background-color: #DA364D;
}
</style>
border-color css
<style>
span { border-color: #DA364D; }
span { border-color: rgb(218,54,77); }
td.TdClassName
{
border-color: #DA364D;
}
.TagClassName
{
border-color: #DA364D;
}
</style>