Shades of Amaranth #DA3353
Tints of Amaranth #DA3353
RGB
CMYK
RGB Variations
Color information
#DA3353 (or 0xDA3353) is known color: Amaranth. HEX triplet: DA, 33 and 53. RGB value is (218,51,83). Sum of RGB (Red+Green+Blue) = 218+51+83=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3353 is #25CCAC. Grayscale: #686868. Windows color (decimal): -2477229 or 5452762. OLE color: 5452762.
HSL color Cylindrical-coordinate representation of color #DA3353: hue angle of 348.5º 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 #DA3353 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 83 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.15 |
| HSL | 348.5º | 0.69% | 0.53% | - |
| HSV(B) | 348.5º | 0.77% | 0.85% | - |
| XYZ | 31.66 | 17.9 | 9.97 | - |
| YUV | 104.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 83 | 0 | 0.77 | 0.62 | 0.15 | 348.5 | 0.69 | 0.53 |
| Hex | DA | 33 | 53 | 0 | 4D | 3E | F | 15D | 45 | 35 |
| Octal | 332 | 63 | 123 | 0 | 115 | 76 | 17 | 535 | 105 | 65 |
| Binary | 11011010 | 110011 | 1010011 | 0 | 1001101 | 111110 | 1111 | 101011101 | 1000101 | 110101 |
Color Harmonies of #DA3353
Complementary color
Monochromatic Colors of #DA3353
Black with #DA3353
Text Example
Text Example
White with #DA3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3353; }
p { color: rgb(218,51,83); }
H1.HeaderClassName
{
color: #DA3353;
}
.AnyTagClassName
{
color: #DA3353;
}
</style>
background-color css
<style>
a { background-color: #DA3353; }
a { background-color: rgb(218,51,83); }
div.DivClassName
{
background-color: #DA3353;
}
.BgClassName
{
background-color: #DA3353;
}
</style>
border-color css
<style>
span { border-color: #DA3353; }
span { border-color: rgb(218,51,83); }
td.TdClassName
{
border-color: #DA3353;
}
.TagClassName
{
border-color: #DA3353;
}
</style>