Shades of Amaranth #DB3F4E
Tints of Amaranth #DB3F4E
RGB
CMYK
RGB Variations
Color information
#DB3F4E (or 0xDB3F4E) is known color: Amaranth. HEX triplet: DB, 3F and 4E. RGB value is (219,63,78). Sum of RGB (Red+Green+Blue) = 219+63+78=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F4E is #24C0B1. Grayscale: #6F6F6F. Windows color (decimal): -2408626 or 5128155. OLE color: 5128155.
HSL color Cylindrical-coordinate representation of color #DB3F4E: hue angle of 354.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB3F4E is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 78 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.14 |
| HSL | 354.23º | 0.68% | 0.55% | - |
| HSV(B) | 354.23º | 0.71% | 0.86% | - |
| XYZ | 32.37 | 19.17 | 9.2 | - |
| YUV | 111.35 | 109.18 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 78 | 0 | 0.71 | 0.64 | 0.14 | 354.23 | 0.68 | 0.55 |
| Hex | DB | 3F | 4E | 0 | 47 | 40 | E | 162 | 44 | 37 |
| Octal | 333 | 77 | 116 | 0 | 107 | 100 | 16 | 542 | 104 | 67 |
| Binary | 11011011 | 111111 | 1001110 | 0 | 1000111 | 1000000 | 1110 | 101100010 | 1000100 | 110111 |
Color Harmonies of #DB3F4E
Complementary color
Monochromatic Colors of #DB3F4E
Black with #DB3F4E
Text Example
Text Example
White with #DB3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F4E; }
p { color: rgb(219,63,78); }
H1.HeaderClassName
{
color: #DB3F4E;
}
.AnyTagClassName
{
color: #DB3F4E;
}
</style>
background-color css
<style>
a { background-color: #DB3F4E; }
a { background-color: rgb(219,63,78); }
div.DivClassName
{
background-color: #DB3F4E;
}
.BgClassName
{
background-color: #DB3F4E;
}
</style>
border-color css
<style>
span { border-color: #DB3F4E; }
span { border-color: rgb(219,63,78); }
td.TdClassName
{
border-color: #DB3F4E;
}
.TagClassName
{
border-color: #DB3F4E;
}
</style>