Shades of Amaranth #DB2151
Tints of Amaranth #DB2151
RGB
CMYK
RGB Variations
Color information
#DB2151 (or 0xDB2151) is known color: Amaranth. HEX triplet: DB, 21 and 51. RGB value is (219,33,81). Sum of RGB (Red+Green+Blue) = 219+33+81=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2151 is #24DEAE. Grayscale: #5E5E5E. Windows color (decimal): -2416303 or 5317083. OLE color: 5317083.
HSL color Cylindrical-coordinate representation of color #DB2151: hue angle of 344.52º degrees, saturation: 0.74, 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 #DB2151 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 81 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.14 |
| HSL | 344.52º | 0.74% | 0.49% | - |
| HSV(B) | 344.52º | 0.85% | 0.86% | - |
| XYZ | 31.24 | 16.74 | 9.37 | - |
| YUV | 94.09 | 120.62 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 81 | 0 | 0.85 | 0.63 | 0.14 | 344.52 | 0.74 | 0.49 |
| Hex | DB | 21 | 51 | 0 | 55 | 3F | E | 159 | 4A | 31 |
| Octal | 333 | 41 | 121 | 0 | 125 | 77 | 16 | 531 | 112 | 61 |
| Binary | 11011011 | 100001 | 1010001 | 0 | 1010101 | 111111 | 1110 | 101011001 | 1001010 | 110001 |
Color Harmonies of #DB2151
Complementary color
Monochromatic Colors of #DB2151
Black with #DB2151
Text Example
Text Example
White with #DB2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2151; }
p { color: rgb(219,33,81); }
H1.HeaderClassName
{
color: #DB2151;
}
.AnyTagClassName
{
color: #DB2151;
}
</style>
background-color css
<style>
a { background-color: #DB2151; }
a { background-color: rgb(219,33,81); }
div.DivClassName
{
background-color: #DB2151;
}
.BgClassName
{
background-color: #DB2151;
}
</style>
border-color css
<style>
span { border-color: #DB2151; }
span { border-color: rgb(219,33,81); }
td.TdClassName
{
border-color: #DB2151;
}
.TagClassName
{
border-color: #DB2151;
}
</style>