Shades of Amaranth #DB334A
Tints of Amaranth #DB334A
RGB
CMYK
RGB Variations
Color information
#DB334A (or 0xDB334A) is known color: Amaranth. HEX triplet: DB, 33 and 4A. RGB value is (219,51,74). Sum of RGB (Red+Green+Blue) = 219+51+74=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB334A is #24CCB5. Grayscale: #676767. Windows color (decimal): -2411702 or 4862939. OLE color: 4862939.
HSL color Cylindrical-coordinate representation of color #DB334A: hue angle of 351.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB334A is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 74 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.14 |
| HSL | 351.79º | 0.7% | 0.53% | - |
| HSV(B) | 351.79º | 0.77% | 0.86% | - |
| XYZ | 31.63 | 17.92 | 8.27 | - |
| YUV | 103.85 | 111.16 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 74 | 0 | 0.77 | 0.66 | 0.14 | 351.79 | 0.7 | 0.53 |
| Hex | DB | 33 | 4A | 0 | 4D | 42 | E | 160 | 46 | 35 |
| Octal | 333 | 63 | 112 | 0 | 115 | 102 | 16 | 540 | 106 | 65 |
| Binary | 11011011 | 110011 | 1001010 | 0 | 1001101 | 1000010 | 1110 | 101100000 | 1000110 | 110101 |
Color Harmonies of #DB334A
Complementary color
Monochromatic Colors of #DB334A
Black with #DB334A
Text Example
Text Example
White with #DB334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB334A; }
p { color: rgb(219,51,74); }
H1.HeaderClassName
{
color: #DB334A;
}
.AnyTagClassName
{
color: #DB334A;
}
</style>
background-color css
<style>
a { background-color: #DB334A; }
a { background-color: rgb(219,51,74); }
div.DivClassName
{
background-color: #DB334A;
}
.BgClassName
{
background-color: #DB334A;
}
</style>
border-color css
<style>
span { border-color: #DB334A; }
span { border-color: rgb(219,51,74); }
td.TdClassName
{
border-color: #DB334A;
}
.TagClassName
{
border-color: #DB334A;
}
</style>