Shades of Amaranth #DB2F49
Tints of Amaranth #DB2F49
RGB
CMYK
RGB Variations
Color information
#DB2F49 (or 0xDB2F49) is known color: Amaranth. HEX triplet: DB, 2F and 49. RGB value is (219,47,73). Sum of RGB (Red+Green+Blue) = 219+47+73=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2F49 is #24D0B6. Grayscale: #656565. Windows color (decimal): -2412727 or 4796379. OLE color: 4796379.
HSL color Cylindrical-coordinate representation of color #DB2F49: hue angle of 350.93º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F49 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 73 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.14 |
| HSL | 350.93º | 0.7% | 0.52% | - |
| HSV(B) | 350.93º | 0.79% | 0.86% | - |
| XYZ | 31.43 | 17.57 | 8.04 | - |
| YUV | 101.39 | 111.98 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 73 | 0 | 0.79 | 0.67 | 0.14 | 350.93 | 0.7 | 0.52 |
| Hex | DB | 2F | 49 | 0 | 4F | 43 | E | 15F | 46 | 34 |
| Octal | 333 | 57 | 111 | 0 | 117 | 103 | 16 | 537 | 106 | 64 |
| Binary | 11011011 | 101111 | 1001001 | 0 | 1001111 | 1000011 | 1110 | 101011111 | 1000110 | 110100 |
Color Harmonies of #DB2F49
Complementary color
Monochromatic Colors of #DB2F49
Black with #DB2F49
Text Example
Text Example
White with #DB2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F49; }
p { color: rgb(219,47,73); }
H1.HeaderClassName
{
color: #DB2F49;
}
.AnyTagClassName
{
color: #DB2F49;
}
</style>
background-color css
<style>
a { background-color: #DB2F49; }
a { background-color: rgb(219,47,73); }
div.DivClassName
{
background-color: #DB2F49;
}
.BgClassName
{
background-color: #DB2F49;
}
</style>
border-color css
<style>
span { border-color: #DB2F49; }
span { border-color: rgb(219,47,73); }
td.TdClassName
{
border-color: #DB2F49;
}
.TagClassName
{
border-color: #DB2F49;
}
</style>