Shades of Amaranth #DB384D
Tints of Amaranth #DB384D
RGB
CMYK
RGB Variations
Color information
#DB384D (or 0xDB384D) is known color: Amaranth. HEX triplet: DB, 38 and 4D. RGB value is (219,56,77). Sum of RGB (Red+Green+Blue) = 219+56+77=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB384D is #24C7B2. Grayscale: #6B6B6B. Windows color (decimal): -2410419 or 5060827. OLE color: 5060827.
HSL color Cylindrical-coordinate representation of color #DB384D: hue angle of 352.27º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB384D is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 77 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.14 |
| HSL | 352.27º | 0.69% | 0.54% | - |
| HSV(B) | 352.27º | 0.74% | 0.86% | - |
| XYZ | 31.97 | 18.42 | 8.89 | - |
| YUV | 107.13 | 111 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 77 | 0 | 0.74 | 0.65 | 0.14 | 352.27 | 0.69 | 0.54 |
| Hex | DB | 38 | 4D | 0 | 4A | 41 | E | 160 | 45 | 36 |
| Octal | 333 | 70 | 115 | 0 | 112 | 101 | 16 | 540 | 105 | 66 |
| Binary | 11011011 | 111000 | 1001101 | 0 | 1001010 | 1000001 | 1110 | 101100000 | 1000101 | 110110 |
Color Harmonies of #DB384D
Complementary color
Monochromatic Colors of #DB384D
Black with #DB384D
Text Example
Text Example
White with #DB384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB384D; }
p { color: rgb(219,56,77); }
H1.HeaderClassName
{
color: #DB384D;
}
.AnyTagClassName
{
color: #DB384D;
}
</style>
background-color css
<style>
a { background-color: #DB384D; }
a { background-color: rgb(219,56,77); }
div.DivClassName
{
background-color: #DB384D;
}
.BgClassName
{
background-color: #DB384D;
}
</style>
border-color css
<style>
span { border-color: #DB384D; }
span { border-color: rgb(219,56,77); }
td.TdClassName
{
border-color: #DB384D;
}
.TagClassName
{
border-color: #DB384D;
}
</style>