Shades of Amaranth #DB3049
Tints of Amaranth #DB3049
RGB
CMYK
RGB Variations
Color information
#DB3049 (or 0xDB3049) is known color: Amaranth. HEX triplet: DB, 30 and 49. RGB value is (219,48,73). Sum of RGB (Red+Green+Blue) = 219+48+73=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3049 is #24CFB6. Grayscale: #666666. Windows color (decimal): -2412471 or 4796635. OLE color: 4796635.
HSL color Cylindrical-coordinate representation of color #DB3049: hue angle of 351.23º 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 #DB3049 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 73 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.14 |
| HSL | 351.23º | 0.7% | 0.52% | - |
| HSV(B) | 351.23º | 0.78% | 0.86% | - |
| XYZ | 31.47 | 17.66 | 8.05 | - |
| YUV | 101.98 | 111.65 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 73 | 0 | 0.78 | 0.67 | 0.14 | 351.23 | 0.7 | 0.52 |
| Hex | DB | 30 | 49 | 0 | 4E | 43 | E | 15F | 46 | 34 |
| Octal | 333 | 60 | 111 | 0 | 116 | 103 | 16 | 537 | 106 | 64 |
| Binary | 11011011 | 110000 | 1001001 | 0 | 1001110 | 1000011 | 1110 | 101011111 | 1000110 | 110100 |
Color Harmonies of #DB3049
Complementary color
Monochromatic Colors of #DB3049
Black with #DB3049
Text Example
Text Example
White with #DB3049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3049; }
p { color: rgb(219,48,73); }
H1.HeaderClassName
{
color: #DB3049;
}
.AnyTagClassName
{
color: #DB3049;
}
</style>
background-color css
<style>
a { background-color: #DB3049; }
a { background-color: rgb(219,48,73); }
div.DivClassName
{
background-color: #DB3049;
}
.BgClassName
{
background-color: #DB3049;
}
</style>
border-color css
<style>
span { border-color: #DB3049; }
span { border-color: rgb(219,48,73); }
td.TdClassName
{
border-color: #DB3049;
}
.TagClassName
{
border-color: #DB3049;
}
</style>