Shades of Amaranth #DB2050
Tints of Amaranth #DB2050
RGB
CMYK
RGB Variations
Color information
#DB2050 (or 0xDB2050) is known color: Amaranth. HEX triplet: DB, 20 and 50. RGB value is (219,32,80). Sum of RGB (Red+Green+Blue) = 219+32+80=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2050 is #24DFAF. Grayscale: #5D5D5D. Windows color (decimal): -2416560 or 5251291. OLE color: 5251291.
HSL color Cylindrical-coordinate representation of color #DB2050: hue angle of 344.6º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2050 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 80 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.14 |
| HSL | 344.6º | 0.75% | 0.49% | - |
| HSV(B) | 344.6º | 0.85% | 0.86% | - |
| XYZ | 31.18 | 16.67 | 9.16 | - |
| YUV | 93.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 80 | 0 | 0.85 | 0.63 | 0.14 | 344.6 | 0.75 | 0.49 |
| Hex | DB | 20 | 50 | 0 | 55 | 3F | E | 159 | 4B | 31 |
| Octal | 333 | 40 | 120 | 0 | 125 | 77 | 16 | 531 | 113 | 61 |
| Binary | 11011011 | 100000 | 1010000 | 0 | 1010101 | 111111 | 1110 | 101011001 | 1001011 | 110001 |
Color Harmonies of #DB2050
Complementary color
Monochromatic Colors of #DB2050
Black with #DB2050
Text Example
Text Example
White with #DB2050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2050; }
p { color: rgb(219,32,80); }
H1.HeaderClassName
{
color: #DB2050;
}
.AnyTagClassName
{
color: #DB2050;
}
</style>
background-color css
<style>
a { background-color: #DB2050; }
a { background-color: rgb(219,32,80); }
div.DivClassName
{
background-color: #DB2050;
}
.BgClassName
{
background-color: #DB2050;
}
</style>
border-color css
<style>
span { border-color: #DB2050; }
span { border-color: rgb(219,32,80); }
td.TdClassName
{
border-color: #DB2050;
}
.TagClassName
{
border-color: #DB2050;
}
</style>