Shades of Amaranth #DA2350
Tints of Amaranth #DA2350
RGB
CMYK
RGB Variations
Color information
#DA2350 (or 0xDA2350) is known color: Amaranth. HEX triplet: DA, 23 and 50. RGB value is (218,35,80). Sum of RGB (Red+Green+Blue) = 218+35+80=333 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.47% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2350 is #25DCAF. Grayscale: #5E5E5E. Windows color (decimal): -2481328 or 5252058. OLE color: 5252058.
HSL color Cylindrical-coordinate representation of color #DA2350: hue angle of 345.25º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2350 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 80 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.15 |
| HSL | 345.25º | 0.72% | 0.5% | - |
| HSV(B) | 345.25º | 0.84% | 0.85% | - |
| XYZ | 30.96 | 16.69 | 9.18 | - |
| YUV | 94.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 80 | 0 | 0.84 | 0.63 | 0.15 | 345.25 | 0.72 | 0.5 |
| Hex | DA | 23 | 50 | 0 | 54 | 3F | F | 159 | 48 | 32 |
| Octal | 332 | 43 | 120 | 0 | 124 | 77 | 17 | 531 | 110 | 62 |
| Binary | 11011010 | 100011 | 1010000 | 0 | 1010100 | 111111 | 1111 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DA2350
Complementary color
Monochromatic Colors of #DA2350
Black with #DA2350
Text Example
Text Example
White with #DA2350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2350; }
p { color: rgb(218,35,80); }
H1.HeaderClassName
{
color: #DA2350;
}
.AnyTagClassName
{
color: #DA2350;
}
</style>
background-color css
<style>
a { background-color: #DA2350; }
a { background-color: rgb(218,35,80); }
div.DivClassName
{
background-color: #DA2350;
}
.BgClassName
{
background-color: #DA2350;
}
</style>
border-color css
<style>
span { border-color: #DA2350; }
span { border-color: rgb(218,35,80); }
td.TdClassName
{
border-color: #DA2350;
}
.TagClassName
{
border-color: #DA2350;
}
</style>