Shades of Amaranth #DA284A
Tints of Amaranth #DA284A
RGB
CMYK
RGB Variations
Color information
#DA284A (or 0xDA284A) is known color: Amaranth. HEX triplet: DA, 28 and 4A. RGB value is (218,40,74). Sum of RGB (Red+Green+Blue) = 218+40+74=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA284A is #25D7B5. Grayscale: #616161. Windows color (decimal): -2480054 or 4860122. OLE color: 4860122.
HSL color Cylindrical-coordinate representation of color #DA284A: hue angle of 348.54º 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 #DA284A is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 40 | 74 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.15 |
| HSL | 348.54º | 0.71% | 0.51% | - |
| HSV(B) | 348.54º | 0.82% | 0.85% | - |
| XYZ | 30.91 | 16.92 | 8.11 | - |
| YUV | 97.1 | 114.97 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 40 | 74 | 0 | 0.82 | 0.66 | 0.15 | 348.54 | 0.71 | 0.51 |
| Hex | DA | 28 | 4A | 0 | 52 | 42 | F | 15D | 47 | 33 |
| Octal | 332 | 50 | 112 | 0 | 122 | 102 | 17 | 535 | 107 | 63 |
| Binary | 11011010 | 101000 | 1001010 | 0 | 1010010 | 1000010 | 1111 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DA284A
Complementary color
Monochromatic Colors of #DA284A
Black with #DA284A
Text Example
Text Example
White with #DA284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA284A; }
p { color: rgb(218,40,74); }
H1.HeaderClassName
{
color: #DA284A;
}
.AnyTagClassName
{
color: #DA284A;
}
</style>
background-color css
<style>
a { background-color: #DA284A; }
a { background-color: rgb(218,40,74); }
div.DivClassName
{
background-color: #DA284A;
}
.BgClassName
{
background-color: #DA284A;
}
</style>
border-color css
<style>
span { border-color: #DA284A; }
span { border-color: rgb(218,40,74); }
td.TdClassName
{
border-color: #DA284A;
}
.TagClassName
{
border-color: #DA284A;
}
</style>