Shades of Amaranth #DB2B44
Tints of Amaranth #DB2B44
RGB
CMYK
RGB Variations
Color information
#DB2B44 (or 0xDB2B44) is known color: Amaranth. HEX triplet: DB, 2B and 44. RGB value is (219,43,68). Sum of RGB (Red+Green+Blue) = 219+43+68=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 43 (17.19% from 255 or 13.03% from 330); Blue value is 68 (26.95% from 255 or 20.61% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B44 is #24D4BB. Grayscale: #626262. Windows color (decimal): -2413756 or 4467675. OLE color: 4467675.
HSL color Cylindrical-coordinate representation of color #DB2B44: hue angle of 351.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B44 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 68 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.14 |
| HSL | 351.48º | 0.71% | 0.51% | - |
| HSV(B) | 351.48º | 0.8% | 0.86% | - |
| XYZ | 31.12 | 17.21 | 7.15 | - |
| YUV | 98.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 68 | 0 | 0.80 | 0.69 | 0.14 | 351.48 | 0.71 | 0.51 |
| Hex | DB | 2B | 44 | 0 | 50 | 45 | E | 15F | 47 | 33 |
| Octal | 333 | 53 | 104 | 0 | 120 | 105 | 16 | 537 | 107 | 63 |
| Binary | 11011011 | 101011 | 1000100 | 0 | 1010000 | 1000101 | 1110 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DB2B44
Complementary color
Monochromatic Colors of #DB2B44
Black with #DB2B44
Text Example
Text Example
White with #DB2B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B44; }
p { color: rgb(219,43,68); }
H1.HeaderClassName
{
color: #DB2B44;
}
.AnyTagClassName
{
color: #DB2B44;
}
</style>
background-color css
<style>
a { background-color: #DB2B44; }
a { background-color: rgb(219,43,68); }
div.DivClassName
{
background-color: #DB2B44;
}
.BgClassName
{
background-color: #DB2B44;
}
</style>
border-color css
<style>
span { border-color: #DB2B44; }
span { border-color: rgb(219,43,68); }
td.TdClassName
{
border-color: #DB2B44;
}
.TagClassName
{
border-color: #DB2B44;
}
</style>