Shades of Amaranth #DB2054
Tints of Amaranth #DB2054
RGB
CMYK
RGB Variations
Color information
#DB2054 (or 0xDB2054) is known color: Amaranth. HEX triplet: DB, 20 and 54. RGB value is (219,32,84). Sum of RGB (Red+Green+Blue) = 219+32+84=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2054 is #24DFAB. Grayscale: #5D5D5D. Windows color (decimal): -2416556 or 5513435. OLE color: 5513435.
HSL color Cylindrical-coordinate representation of color #DB2054: hue angle of 343.32º 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 #DB2054 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 84 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.14 |
| HSL | 343.32º | 0.75% | 0.49% | - |
| HSV(B) | 343.32º | 0.85% | 0.86% | - |
| XYZ | 31.33 | 16.73 | 9.97 | - |
| YUV | 93.84 | 122.45 | 217.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 84 | 0 | 0.85 | 0.62 | 0.14 | 343.32 | 0.75 | 0.49 |
| Hex | DB | 20 | 54 | 0 | 55 | 3E | E | 157 | 4B | 31 |
| Octal | 333 | 40 | 124 | 0 | 125 | 76 | 16 | 527 | 113 | 61 |
| Binary | 11011011 | 100000 | 1010100 | 0 | 1010101 | 111110 | 1110 | 101010111 | 1001011 | 110001 |
Color Harmonies of #DB2054
Complementary color
Monochromatic Colors of #DB2054
Black with #DB2054
Text Example
Text Example
White with #DB2054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2054; }
p { color: rgb(219,32,84); }
H1.HeaderClassName
{
color: #DB2054;
}
.AnyTagClassName
{
color: #DB2054;
}
</style>
background-color css
<style>
a { background-color: #DB2054; }
a { background-color: rgb(219,32,84); }
div.DivClassName
{
background-color: #DB2054;
}
.BgClassName
{
background-color: #DB2054;
}
</style>
border-color css
<style>
span { border-color: #DB2054; }
span { border-color: rgb(219,32,84); }
td.TdClassName
{
border-color: #DB2054;
}
.TagClassName
{
border-color: #DB2054;
}
</style>