Shades of Amaranth #DA3750
Tints of Amaranth #DA3750
RGB
CMYK
RGB Variations
Color information
#DA3750 (or 0xDA3750) is known color: Amaranth. HEX triplet: DA, 37 and 50. RGB value is (218,55,80). Sum of RGB (Red+Green+Blue) = 218+55+80=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3750 is #25C8AF. Grayscale: #6A6A6A. Windows color (decimal): -2476208 or 5257178. OLE color: 5257178.
HSL color Cylindrical-coordinate representation of color #DA3750: hue angle of 350.8º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3750 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 80 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.15 |
| HSL | 350.8º | 0.69% | 0.54% | - |
| HSV(B) | 350.8º | 0.75% | 0.85% | - |
| XYZ | 31.73 | 18.22 | 9.43 | - |
| YUV | 106.59 | 113 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 80 | 0 | 0.75 | 0.63 | 0.15 | 350.8 | 0.69 | 0.54 |
| Hex | DA | 37 | 50 | 0 | 4B | 3F | F | 15F | 45 | 36 |
| Octal | 332 | 67 | 120 | 0 | 113 | 77 | 17 | 537 | 105 | 66 |
| Binary | 11011010 | 110111 | 1010000 | 0 | 1001011 | 111111 | 1111 | 101011111 | 1000101 | 110110 |
Color Harmonies of #DA3750
Complementary color
Monochromatic Colors of #DA3750
Black with #DA3750
Text Example
Text Example
White with #DA3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3750; }
p { color: rgb(218,55,80); }
H1.HeaderClassName
{
color: #DA3750;
}
.AnyTagClassName
{
color: #DA3750;
}
</style>
background-color css
<style>
a { background-color: #DA3750; }
a { background-color: rgb(218,55,80); }
div.DivClassName
{
background-color: #DA3750;
}
.BgClassName
{
background-color: #DA3750;
}
</style>
border-color css
<style>
span { border-color: #DA3750; }
span { border-color: rgb(218,55,80); }
td.TdClassName
{
border-color: #DA3750;
}
.TagClassName
{
border-color: #DA3750;
}
</style>