Shades of Amaranth #DB2E4E
Tints of Amaranth #DB2E4E
RGB
CMYK
RGB Variations
Color information
#DB2E4E (or 0xDB2E4E) is known color: Amaranth. HEX triplet: DB, 2E and 4E. RGB value is (219,46,78). Sum of RGB (Red+Green+Blue) = 219+46+78=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 46 (18.36% from 255 or 13.41% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2E4E is #24D1B1. Grayscale: #656565. Windows color (decimal): -2412978 or 5123803. OLE color: 5123803.
HSL color Cylindrical-coordinate representation of color #DB2E4E: hue angle of 348.9º degrees, saturation: 0.71, 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 #DB2E4E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 46 | 78 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.14 |
| HSL | 348.9º | 0.71% | 0.52% | - |
| HSV(B) | 348.9º | 0.79% | 0.86% | - |
| XYZ | 31.57 | 17.56 | 8.93 | - |
| YUV | 101.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 46 | 78 | 0 | 0.79 | 0.64 | 0.14 | 348.9 | 0.71 | 0.52 |
| Hex | DB | 2E | 4E | 0 | 4F | 40 | E | 15D | 47 | 34 |
| Octal | 333 | 56 | 116 | 0 | 117 | 100 | 16 | 535 | 107 | 64 |
| Binary | 11011011 | 101110 | 1001110 | 0 | 1001111 | 1000000 | 1110 | 101011101 | 1000111 | 110100 |
Color Harmonies of #DB2E4E
Complementary color
Monochromatic Colors of #DB2E4E
Black with #DB2E4E
Text Example
Text Example
White with #DB2E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2E4E; }
p { color: rgb(219,46,78); }
H1.HeaderClassName
{
color: #DB2E4E;
}
.AnyTagClassName
{
color: #DB2E4E;
}
</style>
background-color css
<style>
a { background-color: #DB2E4E; }
a { background-color: rgb(219,46,78); }
div.DivClassName
{
background-color: #DB2E4E;
}
.BgClassName
{
background-color: #DB2E4E;
}
</style>
border-color css
<style>
span { border-color: #DB2E4E; }
span { border-color: rgb(219,46,78); }
td.TdClassName
{
border-color: #DB2E4E;
}
.TagClassName
{
border-color: #DB2E4E;
}
</style>