Shades of Amaranth #DA204D
Tints of Amaranth #DA204D
RGB
CMYK
RGB Variations
Color information
#DA204D (or 0xDA204D) is known color: Amaranth. HEX triplet: DA, 20 and 4D. RGB value is (218,32,77). Sum of RGB (Red+Green+Blue) = 218+32+77=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA204D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA204D is #25DFB2. Grayscale: #5C5C5C. Windows color (decimal): -2482099 or 5054682. OLE color: 5054682.
HSL color Cylindrical-coordinate representation of color #DA204D: hue angle of 345.48º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA204D is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 77 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.15 |
| HSL | 345.48º | 0.74% | 0.49% | - |
| HSV(B) | 345.48º | 0.85% | 0.85% | - |
| XYZ | 30.77 | 16.47 | 8.58 | - |
| YUV | 92.74 | 119.12 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 77 | 0 | 0.85 | 0.65 | 0.15 | 345.48 | 0.74 | 0.49 |
| Hex | DA | 20 | 4D | 0 | 55 | 41 | F | 159 | 4A | 31 |
| Octal | 332 | 40 | 115 | 0 | 125 | 101 | 17 | 531 | 112 | 61 |
| Binary | 11011010 | 100000 | 1001101 | 0 | 1010101 | 1000001 | 1111 | 101011001 | 1001010 | 110001 |
Color Harmonies of #DA204D
Complementary color
Monochromatic Colors of #DA204D
Black with #DA204D
Text Example
Text Example
White with #DA204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA204D; }
p { color: rgb(218,32,77); }
H1.HeaderClassName
{
color: #DA204D;
}
.AnyTagClassName
{
color: #DA204D;
}
</style>
background-color css
<style>
a { background-color: #DA204D; }
a { background-color: rgb(218,32,77); }
div.DivClassName
{
background-color: #DA204D;
}
.BgClassName
{
background-color: #DA204D;
}
</style>
border-color css
<style>
span { border-color: #DA204D; }
span { border-color: rgb(218,32,77); }
td.TdClassName
{
border-color: #DA204D;
}
.TagClassName
{
border-color: #DA204D;
}
</style>