Shades of Amaranth #DB3D47
Tints of Amaranth #DB3D47
RGB
CMYK
RGB Variations
Color information
#DB3D47 (or 0xDB3D47) is known color: Amaranth. HEX triplet: DB, 3D and 47. RGB value is (219,61,71). Sum of RGB (Red+Green+Blue) = 219+61+71=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D47 is #24C2B8. Grayscale: #6D6D6D. Windows color (decimal): -2409145 or 4668891. OLE color: 4668891.
HSL color Cylindrical-coordinate representation of color #DB3D47: hue angle of 356.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D47 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 71 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.14 |
| HSL | 356.2º | 0.69% | 0.55% | - |
| HSV(B) | 356.2º | 0.72% | 0.86% | - |
| XYZ | 32.02 | 18.85 | 7.91 | - |
| YUV | 109.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 71 | 0 | 0.72 | 0.68 | 0.14 | 356.2 | 0.69 | 0.55 |
| Hex | DB | 3D | 47 | 0 | 48 | 44 | E | 164 | 45 | 37 |
| Octal | 333 | 75 | 107 | 0 | 110 | 104 | 16 | 544 | 105 | 67 |
| Binary | 11011011 | 111101 | 1000111 | 0 | 1001000 | 1000100 | 1110 | 101100100 | 1000101 | 110111 |
Color Harmonies of #DB3D47
Complementary color
Monochromatic Colors of #DB3D47
Black with #DB3D47
Text Example
Text Example
White with #DB3D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D47; }
p { color: rgb(219,61,71); }
H1.HeaderClassName
{
color: #DB3D47;
}
.AnyTagClassName
{
color: #DB3D47;
}
</style>
background-color css
<style>
a { background-color: #DB3D47; }
a { background-color: rgb(219,61,71); }
div.DivClassName
{
background-color: #DB3D47;
}
.BgClassName
{
background-color: #DB3D47;
}
</style>
border-color css
<style>
span { border-color: #DB3D47; }
span { border-color: rgb(219,61,71); }
td.TdClassName
{
border-color: #DB3D47;
}
.TagClassName
{
border-color: #DB3D47;
}
</style>