Shades of Amaranth #DA3E53
Tints of Amaranth #DA3E53
RGB
CMYK
RGB Variations
Color information
#DA3E53 (or 0xDA3E53) is known color: Amaranth. HEX triplet: DA, 3E and 53. RGB value is (218,62,83). Sum of RGB (Red+Green+Blue) = 218+62+83=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E53 is #25C1AC. Grayscale: #6F6F6F. Windows color (decimal): -2474413 or 5455578. OLE color: 5455578.
HSL color Cylindrical-coordinate representation of color #DA3E53: hue angle of 351.92º 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 #DA3E53 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 83 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.15 |
| HSL | 351.92º | 0.68% | 0.55% | - |
| HSV(B) | 351.92º | 0.72% | 0.85% | - |
| XYZ | 32.2 | 18.98 | 10.15 | - |
| YUV | 111.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 83 | 0 | 0.72 | 0.62 | 0.15 | 351.92 | 0.68 | 0.55 |
| Hex | DA | 3E | 53 | 0 | 48 | 3E | F | 160 | 44 | 37 |
| Octal | 332 | 76 | 123 | 0 | 110 | 76 | 17 | 540 | 104 | 67 |
| Binary | 11011010 | 111110 | 1010011 | 0 | 1001000 | 111110 | 1111 | 101100000 | 1000100 | 110111 |
Color Harmonies of #DA3E53
Complementary color
Monochromatic Colors of #DA3E53
Black with #DA3E53
Text Example
Text Example
White with #DA3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E53; }
p { color: rgb(218,62,83); }
H1.HeaderClassName
{
color: #DA3E53;
}
.AnyTagClassName
{
color: #DA3E53;
}
</style>
background-color css
<style>
a { background-color: #DA3E53; }
a { background-color: rgb(218,62,83); }
div.DivClassName
{
background-color: #DA3E53;
}
.BgClassName
{
background-color: #DA3E53;
}
</style>
border-color css
<style>
span { border-color: #DA3E53; }
span { border-color: rgb(218,62,83); }
td.TdClassName
{
border-color: #DA3E53;
}
.TagClassName
{
border-color: #DA3E53;
}
</style>