Shades of Amaranth #DA2D4E
Tints of Amaranth #DA2D4E
RGB
CMYK
RGB Variations
Color information
#DA2D4E (or 0xDA2D4E) is known color: Amaranth. HEX triplet: DA, 2D and 4E. RGB value is (218,45,78). Sum of RGB (Red+Green+Blue) = 218+45+78=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2D4E is #25D2B1. Grayscale: #646464. Windows color (decimal): -2478770 or 5123546. OLE color: 5123546.
HSL color Cylindrical-coordinate representation of color #DA2D4E: hue angle of 348.55º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D4E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 78 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.15 |
| HSL | 348.55º | 0.7% | 0.52% | - |
| HSV(B) | 348.55º | 0.79% | 0.85% | - |
| XYZ | 31.23 | 17.33 | 8.91 | - |
| YUV | 100.49 | 115.31 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 78 | 0 | 0.79 | 0.64 | 0.15 | 348.55 | 0.7 | 0.52 |
| Hex | DA | 2D | 4E | 0 | 4F | 40 | F | 15D | 46 | 34 |
| Octal | 332 | 55 | 116 | 0 | 117 | 100 | 17 | 535 | 106 | 64 |
| Binary | 11011010 | 101101 | 1001110 | 0 | 1001111 | 1000000 | 1111 | 101011101 | 1000110 | 110100 |
Color Harmonies of #DA2D4E
Complementary color
Monochromatic Colors of #DA2D4E
Black with #DA2D4E
Text Example
Text Example
White with #DA2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D4E; }
p { color: rgb(218,45,78); }
H1.HeaderClassName
{
color: #DA2D4E;
}
.AnyTagClassName
{
color: #DA2D4E;
}
</style>
background-color css
<style>
a { background-color: #DA2D4E; }
a { background-color: rgb(218,45,78); }
div.DivClassName
{
background-color: #DA2D4E;
}
.BgClassName
{
background-color: #DA2D4E;
}
</style>
border-color css
<style>
span { border-color: #DA2D4E; }
span { border-color: rgb(218,45,78); }
td.TdClassName
{
border-color: #DA2D4E;
}
.TagClassName
{
border-color: #DA2D4E;
}
</style>