Shades of Amaranth #DB3A48
Tints of Amaranth #DB3A48
RGB
CMYK
RGB Variations
Color information
#DB3A48 (or 0xDB3A48) is known color: Amaranth. HEX triplet: DB, 3A and 48. RGB value is (219,58,72). Sum of RGB (Red+Green+Blue) = 219+58+72=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A48 is #24C5B7. Grayscale: #6B6B6B. Windows color (decimal): -2409912 or 4733659. OLE color: 4733659.
HSL color Cylindrical-coordinate representation of color #DB3A48: hue angle of 354.78º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A48 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 72 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.14 |
| HSL | 354.78º | 0.69% | 0.54% | - |
| HSV(B) | 354.78º | 0.74% | 0.86% | - |
| XYZ | 31.9 | 18.55 | 8.03 | - |
| YUV | 107.74 | 107.84 | 207.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 72 | 0 | 0.74 | 0.67 | 0.14 | 354.78 | 0.69 | 0.54 |
| Hex | DB | 3A | 48 | 0 | 4A | 43 | E | 163 | 45 | 36 |
| Octal | 333 | 72 | 110 | 0 | 112 | 103 | 16 | 543 | 105 | 66 |
| Binary | 11011011 | 111010 | 1001000 | 0 | 1001010 | 1000011 | 1110 | 101100011 | 1000101 | 110110 |
Color Harmonies of #DB3A48
Complementary color
Monochromatic Colors of #DB3A48
Black with #DB3A48
Text Example
Text Example
White with #DB3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A48; }
p { color: rgb(219,58,72); }
H1.HeaderClassName
{
color: #DB3A48;
}
.AnyTagClassName
{
color: #DB3A48;
}
</style>
background-color css
<style>
a { background-color: #DB3A48; }
a { background-color: rgb(219,58,72); }
div.DivClassName
{
background-color: #DB3A48;
}
.BgClassName
{
background-color: #DB3A48;
}
</style>
border-color css
<style>
span { border-color: #DB3A48; }
span { border-color: rgb(219,58,72); }
td.TdClassName
{
border-color: #DB3A48;
}
.TagClassName
{
border-color: #DB3A48;
}
</style>