Shades of Amaranth #DA3C54
Tints of Amaranth #DA3C54
RGB
CMYK
RGB Variations
Color information
#DA3C54 (or 0xDA3C54) is known color: Amaranth. HEX triplet: DA, 3C and 54. RGB value is (218,60,84). Sum of RGB (Red+Green+Blue) = 218+60+84=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C54 is #25C3AB. Grayscale: #6E6E6E. Windows color (decimal): -2474924 or 5520602. OLE color: 5520602.
HSL color Cylindrical-coordinate representation of color #DA3C54: hue angle of 350.89º 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 #DA3C54 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 84 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 350.89º | 0.68% | 0.55% | - |
| HSV(B) | 350.89º | 0.72% | 0.85% | - |
| XYZ | 32.13 | 18.78 | 10.32 | - |
| YUV | 109.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 84 | 0 | 0.72 | 0.61 | 0.15 | 350.89 | 0.68 | 0.55 |
| Hex | DA | 3C | 54 | 0 | 48 | 3D | F | 15F | 44 | 37 |
| Octal | 332 | 74 | 124 | 0 | 110 | 75 | 17 | 537 | 104 | 67 |
| Binary | 11011010 | 111100 | 1010100 | 0 | 1001000 | 111101 | 1111 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DA3C54
Complementary color
Monochromatic Colors of #DA3C54
Black with #DA3C54
Text Example
Text Example
White with #DA3C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C54; }
p { color: rgb(218,60,84); }
H1.HeaderClassName
{
color: #DA3C54;
}
.AnyTagClassName
{
color: #DA3C54;
}
</style>
background-color css
<style>
a { background-color: #DA3C54; }
a { background-color: rgb(218,60,84); }
div.DivClassName
{
background-color: #DA3C54;
}
.BgClassName
{
background-color: #DA3C54;
}
</style>
border-color css
<style>
span { border-color: #DA3C54; }
span { border-color: rgb(218,60,84); }
td.TdClassName
{
border-color: #DA3C54;
}
.TagClassName
{
border-color: #DA3C54;
}
</style>