Shades of Amaranth #DB3D4E
Tints of Amaranth #DB3D4E
RGB
CMYK
RGB Variations
Color information
#DB3D4E (or 0xDB3D4E) is known color: Amaranth. HEX triplet: DB, 3D and 4E. RGB value is (219,61,78). Sum of RGB (Red+Green+Blue) = 219+61+78=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D4E is #24C2B1. Grayscale: #6E6E6E. Windows color (decimal): -2409138 or 5127643. OLE color: 5127643.
HSL color Cylindrical-coordinate representation of color #DB3D4E: hue angle of 353.54º 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 #DB3D4E is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 78 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.14 |
| HSL | 353.54º | 0.69% | 0.55% | - |
| HSV(B) | 353.54º | 0.72% | 0.86% | - |
| XYZ | 32.26 | 18.95 | 9.16 | - |
| YUV | 110.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 78 | 0 | 0.72 | 0.64 | 0.14 | 353.54 | 0.69 | 0.55 |
| Hex | DB | 3D | 4E | 0 | 48 | 40 | E | 162 | 45 | 37 |
| Octal | 333 | 75 | 116 | 0 | 110 | 100 | 16 | 542 | 105 | 67 |
| Binary | 11011011 | 111101 | 1001110 | 0 | 1001000 | 1000000 | 1110 | 101100010 | 1000101 | 110111 |
Color Harmonies of #DB3D4E
Complementary color
Monochromatic Colors of #DB3D4E
Black with #DB3D4E
Text Example
Text Example
White with #DB3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D4E; }
p { color: rgb(219,61,78); }
H1.HeaderClassName
{
color: #DB3D4E;
}
.AnyTagClassName
{
color: #DB3D4E;
}
</style>
background-color css
<style>
a { background-color: #DB3D4E; }
a { background-color: rgb(219,61,78); }
div.DivClassName
{
background-color: #DB3D4E;
}
.BgClassName
{
background-color: #DB3D4E;
}
</style>
border-color css
<style>
span { border-color: #DB3D4E; }
span { border-color: rgb(219,61,78); }
td.TdClassName
{
border-color: #DB3D4E;
}
.TagClassName
{
border-color: #DB3D4E;
}
</style>