Shades of Amaranth #DB3648
Tints of Amaranth #DB3648
RGB
CMYK
RGB Variations
Color information
#DB3648 (or 0xDB3648) is known color: Amaranth. HEX triplet: DB, 36 and 48. RGB value is (219,54,72). Sum of RGB (Red+Green+Blue) = 219+54+72=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3648 is #24C9B7. Grayscale: #696969. Windows color (decimal): -2410936 or 4732635. OLE color: 4732635.
HSL color Cylindrical-coordinate representation of color #DB3648: hue angle of 353.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3648 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 72 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.14 |
| HSL | 353.45º | 0.7% | 0.54% | - |
| HSV(B) | 353.45º | 0.75% | 0.86% | - |
| XYZ | 31.7 | 18.17 | 7.97 | - |
| YUV | 105.39 | 109.16 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 72 | 0 | 0.75 | 0.67 | 0.14 | 353.45 | 0.7 | 0.54 |
| Hex | DB | 36 | 48 | 0 | 4B | 43 | E | 161 | 46 | 36 |
| Octal | 333 | 66 | 110 | 0 | 113 | 103 | 16 | 541 | 106 | 66 |
| Binary | 11011011 | 110110 | 1001000 | 0 | 1001011 | 1000011 | 1110 | 101100001 | 1000110 | 110110 |
Color Harmonies of #DB3648
Complementary color
Monochromatic Colors of #DB3648
Black with #DB3648
Text Example
Text Example
White with #DB3648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3648; }
p { color: rgb(219,54,72); }
H1.HeaderClassName
{
color: #DB3648;
}
.AnyTagClassName
{
color: #DB3648;
}
</style>
background-color css
<style>
a { background-color: #DB3648; }
a { background-color: rgb(219,54,72); }
div.DivClassName
{
background-color: #DB3648;
}
.BgClassName
{
background-color: #DB3648;
}
</style>
border-color css
<style>
span { border-color: #DB3648; }
span { border-color: rgb(219,54,72); }
td.TdClassName
{
border-color: #DB3648;
}
.TagClassName
{
border-color: #DB3648;
}
</style>