Shades of Amaranth #DA1D4E
Tints of Amaranth #DA1D4E
RGB
CMYK
RGB Variations
Color information
#DA1D4E (or 0xDA1D4E) is known color: Amaranth. HEX triplet: DA, 1D and 4E. RGB value is (218,29,78). Sum of RGB (Red+Green+Blue) = 218+29+78=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 29 (11.72% from 255 or 8.92% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1D4E is #25E2B1. Grayscale: #5B5B5B. Windows color (decimal): -2482866 or 5119450. OLE color: 5119450.
HSL color Cylindrical-coordinate representation of color #DA1D4E: hue angle of 344.44º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1D4E is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 78 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.15 |
| HSL | 344.44º | 0.77% | 0.48% | - |
| HSV(B) | 344.44º | 0.87% | 0.85% | - |
| XYZ | 30.73 | 16.33 | 8.74 | - |
| YUV | 91.1 | 120.62 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 78 | 0 | 0.87 | 0.64 | 0.15 | 344.44 | 0.77 | 0.48 |
| Hex | DA | 1D | 4E | 0 | 57 | 40 | F | 158 | 4D | 30 |
| Octal | 332 | 35 | 116 | 0 | 127 | 100 | 17 | 530 | 115 | 60 |
| Binary | 11011010 | 11101 | 1001110 | 0 | 1010111 | 1000000 | 1111 | 101011000 | 1001101 | 110000 |
Color Harmonies of #DA1D4E
Complementary color
Monochromatic Colors of #DA1D4E
Black with #DA1D4E
Text Example
Text Example
White with #DA1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1D4E; }
p { color: rgb(218,29,78); }
H1.HeaderClassName
{
color: #DA1D4E;
}
.AnyTagClassName
{
color: #DA1D4E;
}
</style>
background-color css
<style>
a { background-color: #DA1D4E; }
a { background-color: rgb(218,29,78); }
div.DivClassName
{
background-color: #DA1D4E;
}
.BgClassName
{
background-color: #DA1D4E;
}
</style>
border-color css
<style>
span { border-color: #DA1D4E; }
span { border-color: rgb(218,29,78); }
td.TdClassName
{
border-color: #DA1D4E;
}
.TagClassName
{
border-color: #DA1D4E;
}
</style>