Shades of Amaranth #DA2755
Tints of Amaranth #DA2755
RGB
CMYK
RGB Variations
Color information
#DA2755 (or 0xDA2755) is known color: Amaranth. HEX triplet: DA, 27 and 55. RGB value is (218,39,85). Sum of RGB (Red+Green+Blue) = 218+39+85=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 39 (15.62% from 255 or 11.40% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2755 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2755 is #25D8AA. Grayscale: #616161. Windows color (decimal): -2480299 or 5580762. OLE color: 5580762.
HSL color Cylindrical-coordinate representation of color #DA2755: hue angle of 344.58º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2755 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 85 | - |
| CMYK | 0 | 0.82 | 0.61 | 0.15 |
| HSL | 344.58º | 0.71% | 0.5% | - |
| HSV(B) | 344.58º | 0.82% | 0.85% | - |
| XYZ | 31.28 | 17.01 | 10.23 | - |
| YUV | 97.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 85 | 0 | 0.82 | 0.61 | 0.15 | 344.58 | 0.71 | 0.5 |
| Hex | DA | 27 | 55 | 0 | 52 | 3D | F | 159 | 47 | 32 |
| Octal | 332 | 47 | 125 | 0 | 122 | 75 | 17 | 531 | 107 | 62 |
| Binary | 11011010 | 100111 | 1010101 | 0 | 1010010 | 111101 | 1111 | 101011001 | 1000111 | 110010 |
Color Harmonies of #DA2755
Complementary color
Monochromatic Colors of #DA2755
Black with #DA2755
Text Example
Text Example
White with #DA2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2755; }
p { color: rgb(218,39,85); }
H1.HeaderClassName
{
color: #DA2755;
}
.AnyTagClassName
{
color: #DA2755;
}
</style>
background-color css
<style>
a { background-color: #DA2755; }
a { background-color: rgb(218,39,85); }
div.DivClassName
{
background-color: #DA2755;
}
.BgClassName
{
background-color: #DA2755;
}
</style>
border-color css
<style>
span { border-color: #DA2755; }
span { border-color: rgb(218,39,85); }
td.TdClassName
{
border-color: #DA2755;
}
.TagClassName
{
border-color: #DA2755;
}
</style>