Shades of Amaranth #DB3253
Tints of Amaranth #DB3253
RGB
CMYK
RGB Variations
Color information
#DB3253 (or 0xDB3253) is known color: Amaranth. HEX triplet: DB, 32 and 53. RGB value is (219,50,83). Sum of RGB (Red+Green+Blue) = 219+50+83=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3253 is #24CDAC. Grayscale: #686868. Windows color (decimal): -2411949 or 5452507. OLE color: 5452507.
HSL color Cylindrical-coordinate representation of color #DB3253: hue angle of 348.28º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3253 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 83 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.14 |
| HSL | 348.28º | 0.7% | 0.53% | - |
| HSV(B) | 348.28º | 0.77% | 0.86% | - |
| XYZ | 31.92 | 17.97 | 9.97 | - |
| YUV | 104.29 | 115.99 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 83 | 0 | 0.77 | 0.62 | 0.14 | 348.28 | 0.7 | 0.53 |
| Hex | DB | 32 | 53 | 0 | 4D | 3E | E | 15C | 46 | 35 |
| Octal | 333 | 62 | 123 | 0 | 115 | 76 | 16 | 534 | 106 | 65 |
| Binary | 11011011 | 110010 | 1010011 | 0 | 1001101 | 111110 | 1110 | 101011100 | 1000110 | 110101 |
Color Harmonies of #DB3253
Complementary color
Monochromatic Colors of #DB3253
Black with #DB3253
Text Example
Text Example
White with #DB3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3253; }
p { color: rgb(219,50,83); }
H1.HeaderClassName
{
color: #DB3253;
}
.AnyTagClassName
{
color: #DB3253;
}
</style>
background-color css
<style>
a { background-color: #DB3253; }
a { background-color: rgb(219,50,83); }
div.DivClassName
{
background-color: #DB3253;
}
.BgClassName
{
background-color: #DB3253;
}
</style>
border-color css
<style>
span { border-color: #DB3253; }
span { border-color: rgb(219,50,83); }
td.TdClassName
{
border-color: #DB3253;
}
.TagClassName
{
border-color: #DB3253;
}
</style>