Shades of Amaranth #DA3148
Tints of Amaranth #DA3148
RGB
CMYK
RGB Variations
Color information
#DA3148 (or 0xDA3148) is known color: Amaranth. HEX triplet: DA, 31 and 48. RGB value is (218,49,72). Sum of RGB (Red+Green+Blue) = 218+49+72=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3148 is #25CEB7. Grayscale: #666666. Windows color (decimal): -2477752 or 4731354. OLE color: 4731354.
HSL color Cylindrical-coordinate representation of color #DA3148: hue angle of 351.83º 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 #DA3148 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 49 | 72 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.15 |
| HSL | 351.83º | 0.7% | 0.52% | - |
| HSV(B) | 351.83º | 0.78% | 0.85% | - |
| XYZ | 31.18 | 17.57 | 7.88 | - |
| YUV | 102.15 | 110.99 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 49 | 72 | 0 | 0.78 | 0.67 | 0.15 | 351.83 | 0.7 | 0.52 |
| Hex | DA | 31 | 48 | 0 | 4E | 43 | F | 160 | 46 | 34 |
| Octal | 332 | 61 | 110 | 0 | 116 | 103 | 17 | 540 | 106 | 64 |
| Binary | 11011010 | 110001 | 1001000 | 0 | 1001110 | 1000011 | 1111 | 101100000 | 1000110 | 110100 |
Color Harmonies of #DA3148
Complementary color
Monochromatic Colors of #DA3148
Black with #DA3148
Text Example
Text Example
White with #DA3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3148; }
p { color: rgb(218,49,72); }
H1.HeaderClassName
{
color: #DA3148;
}
.AnyTagClassName
{
color: #DA3148;
}
</style>
background-color css
<style>
a { background-color: #DA3148; }
a { background-color: rgb(218,49,72); }
div.DivClassName
{
background-color: #DA3148;
}
.BgClassName
{
background-color: #DA3148;
}
</style>
border-color css
<style>
span { border-color: #DA3148; }
span { border-color: rgb(218,49,72); }
td.TdClassName
{
border-color: #DA3148;
}
.TagClassName
{
border-color: #DA3148;
}
</style>