Shades of Amaranth #DB3044
Tints of Amaranth #DB3044
RGB
CMYK
RGB Variations
Color information
#DB3044 (or 0xDB3044) is known color: Amaranth. HEX triplet: DB, 30 and 44. RGB value is (219,48,68). Sum of RGB (Red+Green+Blue) = 219+48+68=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3044 is #24CFBB. Grayscale: #656565. Windows color (decimal): -2412476 or 4468955. OLE color: 4468955.
HSL color Cylindrical-coordinate representation of color #DB3044: hue angle of 352.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3044 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 68 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.14 |
| HSL | 352.98º | 0.7% | 0.52% | - |
| HSV(B) | 352.98º | 0.78% | 0.86% | - |
| XYZ | 31.31 | 17.59 | 7.21 | - |
| YUV | 101.41 | 109.15 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 68 | 0 | 0.78 | 0.69 | 0.14 | 352.98 | 0.7 | 0.52 |
| Hex | DB | 30 | 44 | 0 | 4E | 45 | E | 161 | 46 | 34 |
| Octal | 333 | 60 | 104 | 0 | 116 | 105 | 16 | 541 | 106 | 64 |
| Binary | 11011011 | 110000 | 1000100 | 0 | 1001110 | 1000101 | 1110 | 101100001 | 1000110 | 110100 |
Color Harmonies of #DB3044
Complementary color
Monochromatic Colors of #DB3044
Black with #DB3044
Text Example
Text Example
White with #DB3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3044; }
p { color: rgb(219,48,68); }
H1.HeaderClassName
{
color: #DB3044;
}
.AnyTagClassName
{
color: #DB3044;
}
</style>
background-color css
<style>
a { background-color: #DB3044; }
a { background-color: rgb(219,48,68); }
div.DivClassName
{
background-color: #DB3044;
}
.BgClassName
{
background-color: #DB3044;
}
</style>
border-color css
<style>
span { border-color: #DB3044; }
span { border-color: rgb(219,48,68); }
td.TdClassName
{
border-color: #DB3044;
}
.TagClassName
{
border-color: #DB3044;
}
</style>