Shades of Amaranth #DB2948
Tints of Amaranth #DB2948
RGB
CMYK
RGB Variations
Color information
#DB2948 (or 0xDB2948) is known color: Amaranth. HEX triplet: DB, 29 and 48. RGB value is (219,41,72). Sum of RGB (Red+Green+Blue) = 219+41+72=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2948 is #24D6B7. Grayscale: #616161. Windows color (decimal): -2414264 or 4729307. OLE color: 4729307.
HSL color Cylindrical-coordinate representation of color #DB2948: hue angle of 349.55º 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 #DB2948 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 41 | 72 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.14 |
| HSL | 349.55º | 0.71% | 0.51% | - |
| HSV(B) | 349.55º | 0.81% | 0.86% | - |
| XYZ | 31.18 | 17.11 | 7.79 | - |
| YUV | 97.76 | 113.47 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 41 | 72 | 0 | 0.81 | 0.67 | 0.14 | 349.55 | 0.71 | 0.51 |
| Hex | DB | 29 | 48 | 0 | 51 | 43 | E | 15E | 47 | 33 |
| Octal | 333 | 51 | 110 | 0 | 121 | 103 | 16 | 536 | 107 | 63 |
| Binary | 11011011 | 101001 | 1001000 | 0 | 1010001 | 1000011 | 1110 | 101011110 | 1000111 | 110011 |
Color Harmonies of #DB2948
Complementary color
Monochromatic Colors of #DB2948
Black with #DB2948
Text Example
Text Example
White with #DB2948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2948; }
p { color: rgb(219,41,72); }
H1.HeaderClassName
{
color: #DB2948;
}
.AnyTagClassName
{
color: #DB2948;
}
</style>
background-color css
<style>
a { background-color: #DB2948; }
a { background-color: rgb(219,41,72); }
div.DivClassName
{
background-color: #DB2948;
}
.BgClassName
{
background-color: #DB2948;
}
</style>
border-color css
<style>
span { border-color: #DB2948; }
span { border-color: rgb(219,41,72); }
td.TdClassName
{
border-color: #DB2948;
}
.TagClassName
{
border-color: #DB2948;
}
</style>