Shades of Amaranth #DB2944
Tints of Amaranth #DB2944
RGB
CMYK
RGB Variations
Color information
#DB2944 (or 0xDB2944) is known color: Amaranth. HEX triplet: DB, 29 and 44. RGB value is (219,41,68). Sum of RGB (Red+Green+Blue) = 219+41+68=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2944 is #24D6BB. Grayscale: #616161. Windows color (decimal): -2414268 or 4467163. OLE color: 4467163.
HSL color Cylindrical-coordinate representation of color #DB2944: hue angle of 350.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2944 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 68 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.14 |
| HSL | 350.9º | 0.71% | 0.51% | - |
| HSV(B) | 350.9º | 0.81% | 0.86% | - |
| XYZ | 31.05 | 17.06 | 7.13 | - |
| YUV | 97.3 | 111.47 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 68 | 0 | 0.81 | 0.69 | 0.14 | 350.9 | 0.71 | 0.51 |
| Hex | DB | 29 | 44 | 0 | 51 | 45 | E | 15F | 47 | 33 |
| Octal | 333 | 51 | 104 | 0 | 121 | 105 | 16 | 537 | 107 | 63 |
| Binary | 11011011 | 101001 | 1000100 | 0 | 1010001 | 1000101 | 1110 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DB2944
Complementary color
Monochromatic Colors of #DB2944
Black with #DB2944
Text Example
Text Example
White with #DB2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2944; }
p { color: rgb(219,41,68); }
H1.HeaderClassName
{
color: #DB2944;
}
.AnyTagClassName
{
color: #DB2944;
}
</style>
background-color css
<style>
a { background-color: #DB2944; }
a { background-color: rgb(219,41,68); }
div.DivClassName
{
background-color: #DB2944;
}
.BgClassName
{
background-color: #DB2944;
}
</style>
border-color css
<style>
span { border-color: #DB2944; }
span { border-color: rgb(219,41,68); }
td.TdClassName
{
border-color: #DB2944;
}
.TagClassName
{
border-color: #DB2944;
}
</style>