Shades of Amaranth #DA3154
Tints of Amaranth #DA3154
RGB
CMYK
RGB Variations
Color information
#DA3154 (or 0xDA3154) is known color: Amaranth. HEX triplet: DA, 31 and 54. RGB value is (218,49,84). Sum of RGB (Red+Green+Blue) = 218+49+84=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 84 (33.20% from 255 or 23.93% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3154 is #25CEAB. Grayscale: #676767. Windows color (decimal): -2477740 or 5517786. OLE color: 5517786.
HSL color Cylindrical-coordinate representation of color #DA3154: hue angle of 347.57º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA3154 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 84 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.15 |
| HSL | 347.57º | 0.7% | 0.52% | - |
| HSV(B) | 347.57º | 0.78% | 0.85% | - |
| XYZ | 31.61 | 17.74 | 10.15 | - |
| YUV | 103.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 84 | 0 | 0.78 | 0.61 | 0.15 | 347.57 | 0.7 | 0.52 |
| Hex | DA | 31 | 54 | 0 | 4E | 3D | F | 15C | 46 | 34 |
| Octal | 332 | 61 | 124 | 0 | 116 | 75 | 17 | 534 | 106 | 64 |
| Binary | 11011010 | 110001 | 1010100 | 0 | 1001110 | 111101 | 1111 | 101011100 | 1000110 | 110100 |
Color Harmonies of #DA3154
Complementary color
Monochromatic Colors of #DA3154
Black with #DA3154
Text Example
Text Example
White with #DA3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3154; }
p { color: rgb(218,49,84); }
H1.HeaderClassName
{
color: #DA3154;
}
.AnyTagClassName
{
color: #DA3154;
}
</style>
background-color css
<style>
a { background-color: #DA3154; }
a { background-color: rgb(218,49,84); }
div.DivClassName
{
background-color: #DA3154;
}
.BgClassName
{
background-color: #DA3154;
}
</style>
border-color css
<style>
span { border-color: #DA3154; }
span { border-color: rgb(218,49,84); }
td.TdClassName
{
border-color: #DA3154;
}
.TagClassName
{
border-color: #DA3154;
}
</style>