Shades of Amaranth #DB2848
Tints of Amaranth #DB2848
RGB
CMYK
RGB Variations
Color information
#DB2848 (or 0xDB2848) is known color: Amaranth. HEX triplet: DB, 28 and 48. RGB value is (219,40,72). Sum of RGB (Red+Green+Blue) = 219+40+72=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2848 is #24D7B7. Grayscale: #616161. Windows color (decimal): -2414520 or 4729051. OLE color: 4729051.
HSL color Cylindrical-coordinate representation of color #DB2848: hue angle of 349.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB2848 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 72 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.14 |
| HSL | 349.27º | 0.71% | 0.51% | - |
| HSV(B) | 349.27º | 0.82% | 0.86% | - |
| XYZ | 31.14 | 17.05 | 7.78 | - |
| YUV | 97.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 72 | 0 | 0.82 | 0.67 | 0.14 | 349.27 | 0.71 | 0.51 |
| Hex | DB | 28 | 48 | 0 | 52 | 43 | E | 15D | 47 | 33 |
| Octal | 333 | 50 | 110 | 0 | 122 | 103 | 16 | 535 | 107 | 63 |
| Binary | 11011011 | 101000 | 1001000 | 0 | 1010010 | 1000011 | 1110 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DB2848
Complementary color
Monochromatic Colors of #DB2848
Black with #DB2848
Text Example
Text Example
White with #DB2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2848; }
p { color: rgb(219,40,72); }
H1.HeaderClassName
{
color: #DB2848;
}
.AnyTagClassName
{
color: #DB2848;
}
</style>
background-color css
<style>
a { background-color: #DB2848; }
a { background-color: rgb(219,40,72); }
div.DivClassName
{
background-color: #DB2848;
}
.BgClassName
{
background-color: #DB2848;
}
</style>
border-color css
<style>
span { border-color: #DB2848; }
span { border-color: rgb(219,40,72); }
td.TdClassName
{
border-color: #DB2848;
}
.TagClassName
{
border-color: #DB2848;
}
</style>