Shades of Amaranth #DA3253
Tints of Amaranth #DA3253
RGB
CMYK
RGB Variations
Color information
#DA3253 (or 0xDA3253) is known color: Amaranth. HEX triplet: DA, 32 and 53. RGB value is (218,50,83). Sum of RGB (Red+Green+Blue) = 218+50+83=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3253 is #25CDAC. Grayscale: #686868. Windows color (decimal): -2477485 or 5452506. OLE color: 5452506.
HSL color Cylindrical-coordinate representation of color #DA3253: hue angle of 348.21º 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 #DA3253 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 83 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.15 |
| HSL | 348.21º | 0.69% | 0.53% | - |
| HSV(B) | 348.21º | 0.77% | 0.85% | - |
| XYZ | 31.62 | 17.81 | 9.96 | - |
| YUV | 103.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 83 | 0 | 0.77 | 0.62 | 0.15 | 348.21 | 0.69 | 0.53 |
| Hex | DA | 32 | 53 | 0 | 4D | 3E | F | 15C | 45 | 35 |
| Octal | 332 | 62 | 123 | 0 | 115 | 76 | 17 | 534 | 105 | 65 |
| Binary | 11011010 | 110010 | 1010011 | 0 | 1001101 | 111110 | 1111 | 101011100 | 1000101 | 110101 |
Color Harmonies of #DA3253
Complementary color
Monochromatic Colors of #DA3253
Black with #DA3253
Text Example
Text Example
White with #DA3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3253; }
p { color: rgb(218,50,83); }
H1.HeaderClassName
{
color: #DA3253;
}
.AnyTagClassName
{
color: #DA3253;
}
</style>
background-color css
<style>
a { background-color: #DA3253; }
a { background-color: rgb(218,50,83); }
div.DivClassName
{
background-color: #DA3253;
}
.BgClassName
{
background-color: #DA3253;
}
</style>
border-color css
<style>
span { border-color: #DA3253; }
span { border-color: rgb(218,50,83); }
td.TdClassName
{
border-color: #DA3253;
}
.TagClassName
{
border-color: #DA3253;
}
</style>