Shades of Amaranth #DA3044
Tints of Amaranth #DA3044
RGB
CMYK
RGB Variations
Color information
#DA3044 (or 0xDA3044) is known color: Amaranth. HEX triplet: DA, 30 and 44. RGB value is (218,48,68). Sum of RGB (Red+Green+Blue) = 218+48+68=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3044 is #25CFBB. Grayscale: #656565. Windows color (decimal): -2478012 or 4468954. OLE color: 4468954.
HSL color Cylindrical-coordinate representation of color #DA3044: hue angle of 352.94º 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 #DA3044 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 68 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.15 |
| HSL | 352.94º | 0.7% | 0.52% | - |
| HSV(B) | 352.94º | 0.78% | 0.85% | - |
| XYZ | 31.01 | 17.44 | 7.2 | - |
| YUV | 101.11 | 109.32 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 68 | 0 | 0.78 | 0.69 | 0.15 | 352.94 | 0.7 | 0.52 |
| Hex | DA | 30 | 44 | 0 | 4E | 45 | F | 161 | 46 | 34 |
| Octal | 332 | 60 | 104 | 0 | 116 | 105 | 17 | 541 | 106 | 64 |
| Binary | 11011010 | 110000 | 1000100 | 0 | 1001110 | 1000101 | 1111 | 101100001 | 1000110 | 110100 |
Color Harmonies of #DA3044
Complementary color
Monochromatic Colors of #DA3044
Black with #DA3044
Text Example
Text Example
White with #DA3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3044; }
p { color: rgb(218,48,68); }
H1.HeaderClassName
{
color: #DA3044;
}
.AnyTagClassName
{
color: #DA3044;
}
</style>
background-color css
<style>
a { background-color: #DA3044; }
a { background-color: rgb(218,48,68); }
div.DivClassName
{
background-color: #DA3044;
}
.BgClassName
{
background-color: #DA3044;
}
</style>
border-color css
<style>
span { border-color: #DA3044; }
span { border-color: rgb(218,48,68); }
td.TdClassName
{
border-color: #DA3044;
}
.TagClassName
{
border-color: #DA3044;
}
</style>