Shades of Amaranth #DB3B48
Tints of Amaranth #DB3B48
RGB
CMYK
RGB Variations
Color information
#DB3B48 (or 0xDB3B48) is known color: Amaranth. HEX triplet: DB, 3B and 48. RGB value is (219,59,72). Sum of RGB (Red+Green+Blue) = 219+59+72=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B48 is #24C4B7. Grayscale: #6C6C6C. Windows color (decimal): -2409656 or 4733915. OLE color: 4733915.
HSL color Cylindrical-coordinate representation of color #DB3B48: hue angle of 355.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3B48 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 72 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.14 |
| HSL | 355.13º | 0.69% | 0.55% | - |
| HSV(B) | 355.13º | 0.73% | 0.86% | - |
| XYZ | 31.95 | 18.66 | 8.05 | - |
| YUV | 108.32 | 107.51 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 72 | 0 | 0.73 | 0.67 | 0.14 | 355.13 | 0.69 | 0.55 |
| Hex | DB | 3B | 48 | 0 | 49 | 43 | E | 163 | 45 | 37 |
| Octal | 333 | 73 | 110 | 0 | 111 | 103 | 16 | 543 | 105 | 67 |
| Binary | 11011011 | 111011 | 1001000 | 0 | 1001001 | 1000011 | 1110 | 101100011 | 1000101 | 110111 |
Color Harmonies of #DB3B48
Complementary color
Monochromatic Colors of #DB3B48
Black with #DB3B48
Text Example
Text Example
White with #DB3B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B48; }
p { color: rgb(219,59,72); }
H1.HeaderClassName
{
color: #DB3B48;
}
.AnyTagClassName
{
color: #DB3B48;
}
</style>
background-color css
<style>
a { background-color: #DB3B48; }
a { background-color: rgb(219,59,72); }
div.DivClassName
{
background-color: #DB3B48;
}
.BgClassName
{
background-color: #DB3B48;
}
</style>
border-color css
<style>
span { border-color: #DB3B48; }
span { border-color: rgb(219,59,72); }
td.TdClassName
{
border-color: #DB3B48;
}
.TagClassName
{
border-color: #DB3B48;
}
</style>