Shades of Amaranth #DB3D46
Tints of Amaranth #DB3D46
RGB
CMYK
RGB Variations
Color information
#DB3D46 (or 0xDB3D46) is known color: Amaranth. HEX triplet: DB, 3D and 46. RGB value is (219,61,70). Sum of RGB (Red+Green+Blue) = 219+61+70=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 70 (27.73% from 255 or 20% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D46 is #24C2B9. Grayscale: #6D6D6D. Windows color (decimal): -2409146 or 4603355. OLE color: 4603355.
HSL color Cylindrical-coordinate representation of color #DB3D46: hue angle of 356.58º 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 #DB3D46 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 70 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.14 |
| HSL | 356.58º | 0.69% | 0.55% | - |
| HSV(B) | 356.58º | 0.72% | 0.86% | - |
| XYZ | 31.99 | 18.84 | 7.74 | - |
| YUV | 109.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 70 | 0 | 0.72 | 0.68 | 0.14 | 356.58 | 0.69 | 0.55 |
| Hex | DB | 3D | 46 | 0 | 48 | 44 | E | 165 | 45 | 37 |
| Octal | 333 | 75 | 106 | 0 | 110 | 104 | 16 | 545 | 105 | 67 |
| Binary | 11011011 | 111101 | 1000110 | 0 | 1001000 | 1000100 | 1110 | 101100101 | 1000101 | 110111 |
Color Harmonies of #DB3D46
Complementary color
Monochromatic Colors of #DB3D46
Black with #DB3D46
Text Example
Text Example
White with #DB3D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D46; }
p { color: rgb(219,61,70); }
H1.HeaderClassName
{
color: #DB3D46;
}
.AnyTagClassName
{
color: #DB3D46;
}
</style>
background-color css
<style>
a { background-color: #DB3D46; }
a { background-color: rgb(219,61,70); }
div.DivClassName
{
background-color: #DB3D46;
}
.BgClassName
{
background-color: #DB3D46;
}
</style>
border-color css
<style>
span { border-color: #DB3D46; }
span { border-color: rgb(219,61,70); }
td.TdClassName
{
border-color: #DB3D46;
}
.TagClassName
{
border-color: #DB3D46;
}
</style>