Shades of Amaranth #DB334D
Tints of Amaranth #DB334D
RGB
CMYK
RGB Variations
Color information
#DB334D (or 0xDB334D) is known color: Amaranth. HEX triplet: DB, 33 and 4D. RGB value is (219,51,77). Sum of RGB (Red+Green+Blue) = 219+51+77=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB334D is #24CCB2. Grayscale: #686868. Windows color (decimal): -2411699 or 5059547. OLE color: 5059547.
HSL color Cylindrical-coordinate representation of color #DB334D: hue angle of 350.71º 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 #DB334D is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 51 | 77 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.14 |
| HSL | 350.71º | 0.7% | 0.53% | - |
| HSV(B) | 350.71º | 0.77% | 0.86% | - |
| XYZ | 31.74 | 17.96 | 8.82 | - |
| YUV | 104.2 | 112.66 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 51 | 77 | 0 | 0.77 | 0.65 | 0.14 | 350.71 | 0.7 | 0.53 |
| Hex | DB | 33 | 4D | 0 | 4D | 41 | E | 15F | 46 | 35 |
| Octal | 333 | 63 | 115 | 0 | 115 | 101 | 16 | 537 | 106 | 65 |
| Binary | 11011011 | 110011 | 1001101 | 0 | 1001101 | 1000001 | 1110 | 101011111 | 1000110 | 110101 |
Color Harmonies of #DB334D
Complementary color
Monochromatic Colors of #DB334D
Black with #DB334D
Text Example
Text Example
White with #DB334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB334D; }
p { color: rgb(219,51,77); }
H1.HeaderClassName
{
color: #DB334D;
}
.AnyTagClassName
{
color: #DB334D;
}
</style>
background-color css
<style>
a { background-color: #DB334D; }
a { background-color: rgb(219,51,77); }
div.DivClassName
{
background-color: #DB334D;
}
.BgClassName
{
background-color: #DB334D;
}
</style>
border-color css
<style>
span { border-color: #DB334D; }
span { border-color: rgb(219,51,77); }
td.TdClassName
{
border-color: #DB334D;
}
.TagClassName
{
border-color: #DB334D;
}
</style>