Shades of Amaranth #DA3352
Tints of Amaranth #DA3352
RGB
CMYK
RGB Variations
Color information
#DA3352 (or 0xDA3352) is known color: Amaranth. HEX triplet: DA, 33 and 52. RGB value is (218,51,82). Sum of RGB (Red+Green+Blue) = 218+51+82=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3352 is #25CCAD. Grayscale: #686868. Windows color (decimal): -2477230 or 5387226. OLE color: 5387226.
HSL color Cylindrical-coordinate representation of color #DA3352: hue angle of 348.86º 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 #DA3352 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 82 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.15 |
| HSL | 348.86º | 0.69% | 0.53% | - |
| HSV(B) | 348.86º | 0.77% | 0.85% | - |
| XYZ | 31.62 | 17.88 | 9.77 | - |
| YUV | 104.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 82 | 0 | 0.77 | 0.62 | 0.15 | 348.86 | 0.69 | 0.53 |
| Hex | DA | 33 | 52 | 0 | 4D | 3E | F | 15D | 45 | 35 |
| Octal | 332 | 63 | 122 | 0 | 115 | 76 | 17 | 535 | 105 | 65 |
| Binary | 11011010 | 110011 | 1010010 | 0 | 1001101 | 111110 | 1111 | 101011101 | 1000101 | 110101 |
Color Harmonies of #DA3352
Complementary color
Monochromatic Colors of #DA3352
Black with #DA3352
Text Example
Text Example
White with #DA3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3352; }
p { color: rgb(218,51,82); }
H1.HeaderClassName
{
color: #DA3352;
}
.AnyTagClassName
{
color: #DA3352;
}
</style>
background-color css
<style>
a { background-color: #DA3352; }
a { background-color: rgb(218,51,82); }
div.DivClassName
{
background-color: #DA3352;
}
.BgClassName
{
background-color: #DA3352;
}
</style>
border-color css
<style>
span { border-color: #DA3352; }
span { border-color: rgb(218,51,82); }
td.TdClassName
{
border-color: #DA3352;
}
.TagClassName
{
border-color: #DA3352;
}
</style>