Shades of Amaranth #DB364E
Tints of Amaranth #DB364E
RGB
CMYK
RGB Variations
Color information
#DB364E (or 0xDB364E) is known color: Amaranth. HEX triplet: DB, 36 and 4E. RGB value is (219,54,78). Sum of RGB (Red+Green+Blue) = 219+54+78=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB364E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB364E is #24C9B1. Grayscale: #6A6A6A. Windows color (decimal): -2410930 or 5125851. OLE color: 5125851.
HSL color Cylindrical-coordinate representation of color #DB364E: hue angle of 351.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB364E is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 78 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.14 |
| HSL | 351.27º | 0.7% | 0.54% | - |
| HSV(B) | 351.27º | 0.75% | 0.86% | - |
| XYZ | 31.91 | 18.25 | 9.05 | - |
| YUV | 106.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 78 | 0 | 0.75 | 0.64 | 0.14 | 351.27 | 0.7 | 0.54 |
| Hex | DB | 36 | 4E | 0 | 4B | 40 | E | 15F | 46 | 36 |
| Octal | 333 | 66 | 116 | 0 | 113 | 100 | 16 | 537 | 106 | 66 |
| Binary | 11011011 | 110110 | 1001110 | 0 | 1001011 | 1000000 | 1110 | 101011111 | 1000110 | 110110 |
Color Harmonies of #DB364E
Complementary color
Monochromatic Colors of #DB364E
Black with #DB364E
Text Example
Text Example
White with #DB364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB364E; }
p { color: rgb(219,54,78); }
H1.HeaderClassName
{
color: #DB364E;
}
.AnyTagClassName
{
color: #DB364E;
}
</style>
background-color css
<style>
a { background-color: #DB364E; }
a { background-color: rgb(219,54,78); }
div.DivClassName
{
background-color: #DB364E;
}
.BgClassName
{
background-color: #DB364E;
}
</style>
border-color css
<style>
span { border-color: #DB364E; }
span { border-color: rgb(219,54,78); }
td.TdClassName
{
border-color: #DB364E;
}
.TagClassName
{
border-color: #DB364E;
}
</style>