Shades of Amaranth #DB1E51
Tints of Amaranth #DB1E51
RGB
CMYK
RGB Variations
Color information
#DB1E51 (or 0xDB1E51) is known color: Amaranth. HEX triplet: DB, 1E and 51. RGB value is (219,30,81). Sum of RGB (Red+Green+Blue) = 219+30+81=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1E51 is #24E1AE. Grayscale: #5C5C5C. Windows color (decimal): -2417071 or 5316315. OLE color: 5316315.
HSL color Cylindrical-coordinate representation of color #DB1E51: hue angle of 343.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1E51 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 30 | 81 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.14 |
| HSL | 343.81º | 0.76% | 0.49% | - |
| HSV(B) | 343.81º | 0.86% | 0.86% | - |
| XYZ | 31.16 | 16.58 | 9.34 | - |
| YUV | 92.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 81 | 0 | 0.86 | 0.63 | 0.14 | 343.81 | 0.76 | 0.49 |
| Hex | DB | 1E | 51 | 0 | 56 | 3F | E | 158 | 4C | 31 |
| Octal | 333 | 36 | 121 | 0 | 126 | 77 | 16 | 530 | 114 | 61 |
| Binary | 11011011 | 11110 | 1010001 | 0 | 1010110 | 111111 | 1110 | 101011000 | 1001100 | 110001 |
Color Harmonies of #DB1E51
Complementary color
Monochromatic Colors of #DB1E51
Black with #DB1E51
Text Example
Text Example
White with #DB1E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1E51; }
p { color: rgb(219,30,81); }
H1.HeaderClassName
{
color: #DB1E51;
}
.AnyTagClassName
{
color: #DB1E51;
}
</style>
background-color css
<style>
a { background-color: #DB1E51; }
a { background-color: rgb(219,30,81); }
div.DivClassName
{
background-color: #DB1E51;
}
.BgClassName
{
background-color: #DB1E51;
}
</style>
border-color css
<style>
span { border-color: #DB1E51; }
span { border-color: rgb(219,30,81); }
td.TdClassName
{
border-color: #DB1E51;
}
.TagClassName
{
border-color: #DB1E51;
}
</style>