Shades of Amaranth #DA3C55
Tints of Amaranth #DA3C55
RGB
CMYK
RGB Variations
Color information
#DA3C55 (or 0xDA3C55) is known color: Amaranth. HEX triplet: DA, 3C and 55. RGB value is (218,60,85). Sum of RGB (Red+Green+Blue) = 218+60+85=363 (48% of max value = 765). Red value is 218 (85.55% from 255 or 60.06% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C55 is #25C3AA. Grayscale: #6E6E6E. Windows color (decimal): -2474923 or 5586138. OLE color: 5586138.
HSL color Cylindrical-coordinate representation of color #DA3C55: hue angle of 350.51º 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 #DA3C55 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 85 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.15 |
| HSL | 350.51º | 0.68% | 0.55% | - |
| HSV(B) | 350.51º | 0.72% | 0.85% | - |
| XYZ | 32.17 | 18.79 | 10.53 | - |
| YUV | 110.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 85 | 0 | 0.72 | 0.61 | 0.15 | 350.51 | 0.68 | 0.55 |
| Hex | DA | 3C | 55 | 0 | 48 | 3D | F | 15F | 44 | 37 |
| Octal | 332 | 74 | 125 | 0 | 110 | 75 | 17 | 537 | 104 | 67 |
| Binary | 11011010 | 111100 | 1010101 | 0 | 1001000 | 111101 | 1111 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DA3C55
Complementary color
Monochromatic Colors of #DA3C55
Black with #DA3C55
Text Example
Text Example
White with #DA3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C55; }
p { color: rgb(218,60,85); }
H1.HeaderClassName
{
color: #DA3C55;
}
.AnyTagClassName
{
color: #DA3C55;
}
</style>
background-color css
<style>
a { background-color: #DA3C55; }
a { background-color: rgb(218,60,85); }
div.DivClassName
{
background-color: #DA3C55;
}
.BgClassName
{
background-color: #DA3C55;
}
</style>
border-color css
<style>
span { border-color: #DA3C55; }
span { border-color: rgb(218,60,85); }
td.TdClassName
{
border-color: #DA3C55;
}
.TagClassName
{
border-color: #DA3C55;
}
</style>