Shades of Amaranth #DA3351
Tints of Amaranth #DA3351
RGB
CMYK
RGB Variations
Color information
#DA3351 (or 0xDA3351) is known color: Amaranth. HEX triplet: DA, 33 and 51. RGB value is (218,51,81). Sum of RGB (Red+Green+Blue) = 218+51+81=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3351 is #25CCAE. Grayscale: #686868. Windows color (decimal): -2477231 or 5321690. OLE color: 5321690.
HSL color Cylindrical-coordinate representation of color #DA3351: hue angle of 349.22º 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 #DA3351 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 81 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.15 |
| HSL | 349.22º | 0.69% | 0.53% | - |
| HSV(B) | 349.22º | 0.77% | 0.85% | - |
| XYZ | 31.58 | 17.87 | 9.57 | - |
| YUV | 104.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 81 | 0 | 0.77 | 0.63 | 0.15 | 349.22 | 0.69 | 0.53 |
| Hex | DA | 33 | 51 | 0 | 4D | 3F | F | 15D | 45 | 35 |
| Octal | 332 | 63 | 121 | 0 | 115 | 77 | 17 | 535 | 105 | 65 |
| Binary | 11011010 | 110011 | 1010001 | 0 | 1001101 | 111111 | 1111 | 101011101 | 1000101 | 110101 |
Color Harmonies of #DA3351
Complementary color
Monochromatic Colors of #DA3351
Black with #DA3351
Text Example
Text Example
White with #DA3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3351; }
p { color: rgb(218,51,81); }
H1.HeaderClassName
{
color: #DA3351;
}
.AnyTagClassName
{
color: #DA3351;
}
</style>
background-color css
<style>
a { background-color: #DA3351; }
a { background-color: rgb(218,51,81); }
div.DivClassName
{
background-color: #DA3351;
}
.BgClassName
{
background-color: #DA3351;
}
</style>
border-color css
<style>
span { border-color: #DA3351; }
span { border-color: rgb(218,51,81); }
td.TdClassName
{
border-color: #DA3351;
}
.TagClassName
{
border-color: #DA3351;
}
</style>