Shades of Amaranth #DA284E
Tints of Amaranth #DA284E
RGB
CMYK
RGB Variations
Color information
#DA284E (or 0xDA284E) is known color: Amaranth. HEX triplet: DA, 28 and 4E. RGB value is (218,40,78). Sum of RGB (Red+Green+Blue) = 218+40+78=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA284E is #25D7B1. Grayscale: #616161. Windows color (decimal): -2480050 or 5122266. OLE color: 5122266.
HSL color Cylindrical-coordinate representation of color #DA284E: hue angle of 347.19º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA284E is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 78 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.15 |
| HSL | 347.19º | 0.71% | 0.51% | - |
| HSV(B) | 347.19º | 0.82% | 0.85% | - |
| XYZ | 31.05 | 16.97 | 8.85 | - |
| YUV | 97.55 | 116.97 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 78 | 0 | 0.82 | 0.64 | 0.15 | 347.19 | 0.71 | 0.51 |
| Hex | DA | 28 | 4E | 0 | 52 | 40 | F | 15B | 47 | 33 |
| Octal | 332 | 50 | 116 | 0 | 122 | 100 | 17 | 533 | 107 | 63 |
| Binary | 11011010 | 101000 | 1001110 | 0 | 1010010 | 1000000 | 1111 | 101011011 | 1000111 | 110011 |
Color Harmonies of #DA284E
Complementary color
Monochromatic Colors of #DA284E
Black with #DA284E
Text Example
Text Example
White with #DA284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA284E; }
p { color: rgb(218,40,78); }
H1.HeaderClassName
{
color: #DA284E;
}
.AnyTagClassName
{
color: #DA284E;
}
</style>
background-color css
<style>
a { background-color: #DA284E; }
a { background-color: rgb(218,40,78); }
div.DivClassName
{
background-color: #DA284E;
}
.BgClassName
{
background-color: #DA284E;
}
</style>
border-color css
<style>
span { border-color: #DA284E; }
span { border-color: rgb(218,40,78); }
td.TdClassName
{
border-color: #DA284E;
}
.TagClassName
{
border-color: #DA284E;
}
</style>