Shades of Amaranth #DB394A
Tints of Amaranth #DB394A
RGB
CMYK
RGB Variations
Color information
#DB394A (or 0xDB394A) is known color: Amaranth. HEX triplet: DB, 39 and 4A. RGB value is (219,57,74). Sum of RGB (Red+Green+Blue) = 219+57+74=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB394A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB394A is #24C6B5. Grayscale: #6B6B6B. Windows color (decimal): -2410166 or 4864475. OLE color: 4864475.
HSL color Cylindrical-coordinate representation of color #DB394A: hue angle of 353.7º 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 #DB394A is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 74 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.14 |
| HSL | 353.7º | 0.69% | 0.54% | - |
| HSV(B) | 353.7º | 0.74% | 0.86% | - |
| XYZ | 31.91 | 18.48 | 8.36 | - |
| YUV | 107.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 74 | 0 | 0.74 | 0.66 | 0.14 | 353.7 | 0.69 | 0.54 |
| Hex | DB | 39 | 4A | 0 | 4A | 42 | E | 162 | 45 | 36 |
| Octal | 333 | 71 | 112 | 0 | 112 | 102 | 16 | 542 | 105 | 66 |
| Binary | 11011011 | 111001 | 1001010 | 0 | 1001010 | 1000010 | 1110 | 101100010 | 1000101 | 110110 |
Color Harmonies of #DB394A
Complementary color
Monochromatic Colors of #DB394A
Black with #DB394A
Text Example
Text Example
White with #DB394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB394A; }
p { color: rgb(219,57,74); }
H1.HeaderClassName
{
color: #DB394A;
}
.AnyTagClassName
{
color: #DB394A;
}
</style>
background-color css
<style>
a { background-color: #DB394A; }
a { background-color: rgb(219,57,74); }
div.DivClassName
{
background-color: #DB394A;
}
.BgClassName
{
background-color: #DB394A;
}
</style>
border-color css
<style>
span { border-color: #DB394A; }
span { border-color: rgb(219,57,74); }
td.TdClassName
{
border-color: #DB394A;
}
.TagClassName
{
border-color: #DB394A;
}
</style>