Shades of Amaranth #DA3753
Tints of Amaranth #DA3753
RGB
CMYK
RGB Variations
Color information
#DA3753 (or 0xDA3753) is known color: Amaranth. HEX triplet: DA, 37 and 53. RGB value is (218,55,83). Sum of RGB (Red+Green+Blue) = 218+55+83=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3753 is #25C8AC. Grayscale: #6A6A6A. Windows color (decimal): -2476205 or 5453786. OLE color: 5453786.
HSL color Cylindrical-coordinate representation of color #DA3753: hue angle of 349.69º 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 #DA3753 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 55 | 83 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.15 |
| HSL | 349.69º | 0.69% | 0.54% | - |
| HSV(B) | 349.69º | 0.75% | 0.85% | - |
| XYZ | 31.84 | 18.26 | 10.03 | - |
| YUV | 106.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 55 | 83 | 0 | 0.75 | 0.62 | 0.15 | 349.69 | 0.69 | 0.54 |
| Hex | DA | 37 | 53 | 0 | 4B | 3E | F | 15E | 45 | 36 |
| Octal | 332 | 67 | 123 | 0 | 113 | 76 | 17 | 536 | 105 | 66 |
| Binary | 11011010 | 110111 | 1010011 | 0 | 1001011 | 111110 | 1111 | 101011110 | 1000101 | 110110 |
Color Harmonies of #DA3753
Complementary color
Monochromatic Colors of #DA3753
Black with #DA3753
Text Example
Text Example
White with #DA3753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3753; }
p { color: rgb(218,55,83); }
H1.HeaderClassName
{
color: #DA3753;
}
.AnyTagClassName
{
color: #DA3753;
}
</style>
background-color css
<style>
a { background-color: #DA3753; }
a { background-color: rgb(218,55,83); }
div.DivClassName
{
background-color: #DA3753;
}
.BgClassName
{
background-color: #DA3753;
}
</style>
border-color css
<style>
span { border-color: #DA3753; }
span { border-color: rgb(218,55,83); }
td.TdClassName
{
border-color: #DA3753;
}
.TagClassName
{
border-color: #DA3753;
}
</style>