Shades of Amaranth #DA3E54
Tints of Amaranth #DA3E54
RGB
CMYK
RGB Variations
Color information
#DA3E54 (or 0xDA3E54) is known color: Amaranth. HEX triplet: DA, 3E and 54. RGB value is (218,62,84). Sum of RGB (Red+Green+Blue) = 218+62+84=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 84 (33.20% from 255 or 23.08% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E54 is #25C1AB. Grayscale: #6F6F6F. Windows color (decimal): -2474412 or 5521114. OLE color: 5521114.
HSL color Cylindrical-coordinate representation of color #DA3E54: hue angle of 351.54º 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 #DA3E54 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 84 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 351.54º | 0.68% | 0.55% | - |
| HSV(B) | 351.54º | 0.72% | 0.85% | - |
| XYZ | 32.24 | 18.99 | 10.35 | - |
| YUV | 111.15 | 112.68 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 84 | 0 | 0.72 | 0.61 | 0.15 | 351.54 | 0.68 | 0.55 |
| Hex | DA | 3E | 54 | 0 | 48 | 3D | F | 160 | 44 | 37 |
| Octal | 332 | 76 | 124 | 0 | 110 | 75 | 17 | 540 | 104 | 67 |
| Binary | 11011010 | 111110 | 1010100 | 0 | 1001000 | 111101 | 1111 | 101100000 | 1000100 | 110111 |
Color Harmonies of #DA3E54
Complementary color
Monochromatic Colors of #DA3E54
Black with #DA3E54
Text Example
Text Example
White with #DA3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E54; }
p { color: rgb(218,62,84); }
H1.HeaderClassName
{
color: #DA3E54;
}
.AnyTagClassName
{
color: #DA3E54;
}
</style>
background-color css
<style>
a { background-color: #DA3E54; }
a { background-color: rgb(218,62,84); }
div.DivClassName
{
background-color: #DA3E54;
}
.BgClassName
{
background-color: #DA3E54;
}
</style>
border-color css
<style>
span { border-color: #DA3E54; }
span { border-color: rgb(218,62,84); }
td.TdClassName
{
border-color: #DA3E54;
}
.TagClassName
{
border-color: #DA3E54;
}
</style>