Shades of Amaranth #DB3248
Tints of Amaranth #DB3248
RGB
CMYK
RGB Variations
Color information
#DB3248 (or 0xDB3248) is known color: Amaranth. HEX triplet: DB, 32 and 48. RGB value is (219,50,72). Sum of RGB (Red+Green+Blue) = 219+50+72=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3248 is #24CDB7. Grayscale: #676767. Windows color (decimal): -2411960 or 4731611. OLE color: 4731611.
HSL color Cylindrical-coordinate representation of color #DB3248: hue angle of 352.19º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3248 is Cyan = 0, Magento = 0.77, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 72 | - |
| CMYK | 0 | 0.77 | 0.67 | 0.14 |
| HSL | 352.19º | 0.7% | 0.53% | - |
| HSV(B) | 352.19º | 0.77% | 0.86% | - |
| XYZ | 31.52 | 17.81 | 7.91 | - |
| YUV | 103.04 | 110.49 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 72 | 0 | 0.77 | 0.67 | 0.14 | 352.19 | 0.7 | 0.53 |
| Hex | DB | 32 | 48 | 0 | 4D | 43 | E | 160 | 46 | 35 |
| Octal | 333 | 62 | 110 | 0 | 115 | 103 | 16 | 540 | 106 | 65 |
| Binary | 11011011 | 110010 | 1001000 | 0 | 1001101 | 1000011 | 1110 | 101100000 | 1000110 | 110101 |
Color Harmonies of #DB3248
Complementary color
Monochromatic Colors of #DB3248
Black with #DB3248
Text Example
Text Example
White with #DB3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3248; }
p { color: rgb(219,50,72); }
H1.HeaderClassName
{
color: #DB3248;
}
.AnyTagClassName
{
color: #DB3248;
}
</style>
background-color css
<style>
a { background-color: #DB3248; }
a { background-color: rgb(219,50,72); }
div.DivClassName
{
background-color: #DB3248;
}
.BgClassName
{
background-color: #DB3248;
}
</style>
border-color css
<style>
span { border-color: #DB3248; }
span { border-color: rgb(219,50,72); }
td.TdClassName
{
border-color: #DB3248;
}
.TagClassName
{
border-color: #DB3248;
}
</style>