Shades of Amaranth #DB3F54
Tints of Amaranth #DB3F54
RGB
CMYK
RGB Variations
Color information
#DB3F54 (or 0xDB3F54) is known color: Amaranth. HEX triplet: DB, 3F and 54. RGB value is (219,63,84). Sum of RGB (Red+Green+Blue) = 219+63+84=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3F54 is #24C0AB. Grayscale: #707070. Windows color (decimal): -2408620 or 5521371. OLE color: 5521371.
HSL color Cylindrical-coordinate representation of color #DB3F54: hue angle of 351.92º 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 #DB3F54 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 84 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.14 |
| HSL | 351.92º | 0.68% | 0.55% | - |
| HSV(B) | 351.92º | 0.71% | 0.86% | - |
| XYZ | 32.59 | 19.26 | 10.39 | - |
| YUV | 112.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 84 | 0 | 0.71 | 0.62 | 0.14 | 351.92 | 0.68 | 0.55 |
| Hex | DB | 3F | 54 | 0 | 47 | 3E | E | 160 | 44 | 37 |
| Octal | 333 | 77 | 124 | 0 | 107 | 76 | 16 | 540 | 104 | 67 |
| Binary | 11011011 | 111111 | 1010100 | 0 | 1000111 | 111110 | 1110 | 101100000 | 1000100 | 110111 |
Color Harmonies of #DB3F54
Complementary color
Monochromatic Colors of #DB3F54
Black with #DB3F54
Text Example
Text Example
White with #DB3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F54; }
p { color: rgb(219,63,84); }
H1.HeaderClassName
{
color: #DB3F54;
}
.AnyTagClassName
{
color: #DB3F54;
}
</style>
background-color css
<style>
a { background-color: #DB3F54; }
a { background-color: rgb(219,63,84); }
div.DivClassName
{
background-color: #DB3F54;
}
.BgClassName
{
background-color: #DB3F54;
}
</style>
border-color css
<style>
span { border-color: #DB3F54; }
span { border-color: rgb(219,63,84); }
td.TdClassName
{
border-color: #DB3F54;
}
.TagClassName
{
border-color: #DB3F54;
}
</style>