Shades of Amaranth #DB2251
Tints of Amaranth #DB2251
RGB
CMYK
RGB Variations
Color information
#DB2251 (or 0xDB2251) is known color: Amaranth. HEX triplet: DB, 22 and 51. RGB value is (219,34,81). Sum of RGB (Red+Green+Blue) = 219+34+81=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 81 (32.03% from 255 or 24.25% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2251 is #24DDAE. Grayscale: #5E5E5E. Windows color (decimal): -2416047 or 5317339. OLE color: 5317339.
HSL color Cylindrical-coordinate representation of color #DB2251: hue angle of 344.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2251 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 81 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.14 |
| HSL | 344.76º | 0.73% | 0.5% | - |
| HSV(B) | 344.76º | 0.84% | 0.86% | - |
| XYZ | 31.27 | 16.8 | 9.38 | - |
| YUV | 94.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 81 | 0 | 0.84 | 0.63 | 0.14 | 344.76 | 0.73 | 0.5 |
| Hex | DB | 22 | 51 | 0 | 54 | 3F | E | 159 | 49 | 32 |
| Octal | 333 | 42 | 121 | 0 | 124 | 77 | 16 | 531 | 111 | 62 |
| Binary | 11011011 | 100010 | 1010001 | 0 | 1010100 | 111111 | 1110 | 101011001 | 1001001 | 110010 |
Color Harmonies of #DB2251
Complementary color
Monochromatic Colors of #DB2251
Black with #DB2251
Text Example
Text Example
White with #DB2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2251; }
p { color: rgb(219,34,81); }
H1.HeaderClassName
{
color: #DB2251;
}
.AnyTagClassName
{
color: #DB2251;
}
</style>
background-color css
<style>
a { background-color: #DB2251; }
a { background-color: rgb(219,34,81); }
div.DivClassName
{
background-color: #DB2251;
}
.BgClassName
{
background-color: #DB2251;
}
</style>
border-color css
<style>
span { border-color: #DB2251; }
span { border-color: rgb(219,34,81); }
td.TdClassName
{
border-color: #DB2251;
}
.TagClassName
{
border-color: #DB2251;
}
</style>