Shades of Amaranth #DB3144
Tints of Amaranth #DB3144
RGB
CMYK
RGB Variations
Color information
#DB3144 (or 0xDB3144) is known color: Amaranth. HEX triplet: DB, 31 and 44. RGB value is (219,49,68). Sum of RGB (Red+Green+Blue) = 219+49+68=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3144 is #24CEBB. Grayscale: #666666. Windows color (decimal): -2412220 or 4469211. OLE color: 4469211.
HSL color Cylindrical-coordinate representation of color #DB3144: hue angle of 353.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3144 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 49 | 68 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.14 |
| HSL | 353.29º | 0.7% | 0.53% | - |
| HSV(B) | 353.29º | 0.78% | 0.86% | - |
| XYZ | 31.36 | 17.67 | 7.23 | - |
| YUV | 102 | 108.82 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 49 | 68 | 0 | 0.78 | 0.69 | 0.14 | 353.29 | 0.7 | 0.53 |
| Hex | DB | 31 | 44 | 0 | 4E | 45 | E | 161 | 46 | 35 |
| Octal | 333 | 61 | 104 | 0 | 116 | 105 | 16 | 541 | 106 | 65 |
| Binary | 11011011 | 110001 | 1000100 | 0 | 1001110 | 1000101 | 1110 | 101100001 | 1000110 | 110101 |
Color Harmonies of #DB3144
Complementary color
Monochromatic Colors of #DB3144
Black with #DB3144
Text Example
Text Example
White with #DB3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3144; }
p { color: rgb(219,49,68); }
H1.HeaderClassName
{
color: #DB3144;
}
.AnyTagClassName
{
color: #DB3144;
}
</style>
background-color css
<style>
a { background-color: #DB3144; }
a { background-color: rgb(219,49,68); }
div.DivClassName
{
background-color: #DB3144;
}
.BgClassName
{
background-color: #DB3144;
}
</style>
border-color css
<style>
span { border-color: #DB3144; }
span { border-color: rgb(219,49,68); }
td.TdClassName
{
border-color: #DB3144;
}
.TagClassName
{
border-color: #DB3144;
}
</style>