Shades of Amaranth #DB3B4E
Tints of Amaranth #DB3B4E
RGB
CMYK
RGB Variations
Color information
#DB3B4E (or 0xDB3B4E) is known color: Amaranth. HEX triplet: DB, 3B and 4E. RGB value is (219,59,78). Sum of RGB (Red+Green+Blue) = 219+59+78=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B4E is #24C4B1. Grayscale: #6D6D6D. Windows color (decimal): -2409650 or 5127131. OLE color: 5127131.
HSL color Cylindrical-coordinate representation of color #DB3B4E: hue angle of 352.88º 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 #DB3B4E is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 78 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.14 |
| HSL | 352.88º | 0.69% | 0.55% | - |
| HSV(B) | 352.88º | 0.73% | 0.86% | - |
| XYZ | 32.15 | 18.74 | 9.13 | - |
| YUV | 109.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 78 | 0 | 0.73 | 0.64 | 0.14 | 352.88 | 0.69 | 0.55 |
| Hex | DB | 3B | 4E | 0 | 49 | 40 | E | 161 | 45 | 37 |
| Octal | 333 | 73 | 116 | 0 | 111 | 100 | 16 | 541 | 105 | 67 |
| Binary | 11011011 | 111011 | 1001110 | 0 | 1001001 | 1000000 | 1110 | 101100001 | 1000101 | 110111 |
Color Harmonies of #DB3B4E
Complementary color
Monochromatic Colors of #DB3B4E
Black with #DB3B4E
Text Example
Text Example
White with #DB3B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B4E; }
p { color: rgb(219,59,78); }
H1.HeaderClassName
{
color: #DB3B4E;
}
.AnyTagClassName
{
color: #DB3B4E;
}
</style>
background-color css
<style>
a { background-color: #DB3B4E; }
a { background-color: rgb(219,59,78); }
div.DivClassName
{
background-color: #DB3B4E;
}
.BgClassName
{
background-color: #DB3B4E;
}
</style>
border-color css
<style>
span { border-color: #DB3B4E; }
span { border-color: rgb(219,59,78); }
td.TdClassName
{
border-color: #DB3B4E;
}
.TagClassName
{
border-color: #DB3B4E;
}
</style>