Shades of Amaranth #DA3250
Tints of Amaranth #DA3250
RGB
CMYK
RGB Variations
Color information
#DA3250 (or 0xDA3250) is known color: Amaranth. HEX triplet: DA, 32 and 50. RGB value is (218,50,80). Sum of RGB (Red+Green+Blue) = 218+50+80=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3250 is #25CDAF. Grayscale: #676767. Windows color (decimal): -2477488 or 5255898. OLE color: 5255898.
HSL color Cylindrical-coordinate representation of color #DA3250: hue angle of 349.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3250 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 80 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.15 |
| HSL | 349.29º | 0.69% | 0.53% | - |
| HSV(B) | 349.29º | 0.77% | 0.85% | - |
| XYZ | 31.5 | 17.77 | 9.36 | - |
| YUV | 103.65 | 114.66 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 80 | 0 | 0.77 | 0.63 | 0.15 | 349.29 | 0.69 | 0.53 |
| Hex | DA | 32 | 50 | 0 | 4D | 3F | F | 15D | 45 | 35 |
| Octal | 332 | 62 | 120 | 0 | 115 | 77 | 17 | 535 | 105 | 65 |
| Binary | 11011010 | 110010 | 1010000 | 0 | 1001101 | 111111 | 1111 | 101011101 | 1000101 | 110101 |
Color Harmonies of #DA3250
Complementary color
Monochromatic Colors of #DA3250
Black with #DA3250
Text Example
Text Example
White with #DA3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3250; }
p { color: rgb(218,50,80); }
H1.HeaderClassName
{
color: #DA3250;
}
.AnyTagClassName
{
color: #DA3250;
}
</style>
background-color css
<style>
a { background-color: #DA3250; }
a { background-color: rgb(218,50,80); }
div.DivClassName
{
background-color: #DA3250;
}
.BgClassName
{
background-color: #DA3250;
}
</style>
border-color css
<style>
span { border-color: #DA3250; }
span { border-color: rgb(218,50,80); }
td.TdClassName
{
border-color: #DA3250;
}
.TagClassName
{
border-color: #DA3250;
}
</style>