Shades of Amaranth #DA3950
Tints of Amaranth #DA3950
RGB
CMYK
RGB Variations
Color information
#DA3950 (or 0xDA3950) is known color: Amaranth. HEX triplet: DA, 39 and 50. RGB value is (218,57,80). Sum of RGB (Red+Green+Blue) = 218+57+80=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 57 (22.66% from 255 or 16.06% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3950 is #25C6AF. Grayscale: #6B6B6B. Windows color (decimal): -2475696 or 5257690. OLE color: 5257690.
HSL color Cylindrical-coordinate representation of color #DA3950: hue angle of 351.43º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3950 is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 80 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.15 |
| HSL | 351.43º | 0.69% | 0.54% | - |
| HSV(B) | 351.43º | 0.74% | 0.85% | - |
| XYZ | 31.82 | 18.41 | 9.47 | - |
| YUV | 107.76 | 112.34 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 80 | 0 | 0.74 | 0.63 | 0.15 | 351.43 | 0.69 | 0.54 |
| Hex | DA | 39 | 50 | 0 | 4A | 3F | F | 15F | 45 | 36 |
| Octal | 332 | 71 | 120 | 0 | 112 | 77 | 17 | 537 | 105 | 66 |
| Binary | 11011010 | 111001 | 1010000 | 0 | 1001010 | 111111 | 1111 | 101011111 | 1000101 | 110110 |
Color Harmonies of #DA3950
Complementary color
Monochromatic Colors of #DA3950
Black with #DA3950
Text Example
Text Example
White with #DA3950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3950; }
p { color: rgb(218,57,80); }
H1.HeaderClassName
{
color: #DA3950;
}
.AnyTagClassName
{
color: #DA3950;
}
</style>
background-color css
<style>
a { background-color: #DA3950; }
a { background-color: rgb(218,57,80); }
div.DivClassName
{
background-color: #DA3950;
}
.BgClassName
{
background-color: #DA3950;
}
</style>
border-color css
<style>
span { border-color: #DA3950; }
span { border-color: rgb(218,57,80); }
td.TdClassName
{
border-color: #DA3950;
}
.TagClassName
{
border-color: #DA3950;
}
</style>