Shades of Amaranth #DB394E
Tints of Amaranth #DB394E
RGB
CMYK
RGB Variations
Color information
#DB394E (or 0xDB394E) is known color: Amaranth. HEX triplet: DB, 39 and 4E. RGB value is (219,57,78). Sum of RGB (Red+Green+Blue) = 219+57+78=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 57 (22.66% from 255 or 16.10% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB394E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB394E is #24C6B1. Grayscale: #6B6B6B. Windows color (decimal): -2410162 or 5126619. OLE color: 5126619.
HSL color Cylindrical-coordinate representation of color #DB394E: hue angle of 352.22º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB394E is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 78 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.14 |
| HSL | 352.22º | 0.69% | 0.54% | - |
| HSV(B) | 352.22º | 0.74% | 0.86% | - |
| XYZ | 32.05 | 18.54 | 9.1 | - |
| YUV | 107.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 78 | 0 | 0.74 | 0.64 | 0.14 | 352.22 | 0.69 | 0.54 |
| Hex | DB | 39 | 4E | 0 | 4A | 40 | E | 160 | 45 | 36 |
| Octal | 333 | 71 | 116 | 0 | 112 | 100 | 16 | 540 | 105 | 66 |
| Binary | 11011011 | 111001 | 1001110 | 0 | 1001010 | 1000000 | 1110 | 101100000 | 1000101 | 110110 |
Color Harmonies of #DB394E
Complementary color
Monochromatic Colors of #DB394E
Black with #DB394E
Text Example
Text Example
White with #DB394E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB394E; }
p { color: rgb(219,57,78); }
H1.HeaderClassName
{
color: #DB394E;
}
.AnyTagClassName
{
color: #DB394E;
}
</style>
background-color css
<style>
a { background-color: #DB394E; }
a { background-color: rgb(219,57,78); }
div.DivClassName
{
background-color: #DB394E;
}
.BgClassName
{
background-color: #DB394E;
}
</style>
border-color css
<style>
span { border-color: #DB394E; }
span { border-color: rgb(219,57,78); }
td.TdClassName
{
border-color: #DB394E;
}
.TagClassName
{
border-color: #DB394E;
}
</style>