Shades of Amaranth #DB3F49
Tints of Amaranth #DB3F49
RGB
CMYK
RGB Variations
Color information
#DB3F49 (or 0xDB3F49) is known color: Amaranth. HEX triplet: DB, 3F and 49. RGB value is (219,63,73). Sum of RGB (Red+Green+Blue) = 219+63+73=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F49 is #24C0B6. Grayscale: #6E6E6E. Windows color (decimal): -2408631 or 4800475. OLE color: 4800475.
HSL color Cylindrical-coordinate representation of color #DB3F49: hue angle of 356.15º 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 #DB3F49 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 73 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.14 |
| HSL | 356.15º | 0.68% | 0.55% | - |
| HSV(B) | 356.15º | 0.71% | 0.86% | - |
| XYZ | 32.19 | 19.1 | 8.29 | - |
| YUV | 110.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 73 | 0 | 0.71 | 0.67 | 0.14 | 356.15 | 0.68 | 0.55 |
| Hex | DB | 3F | 49 | 0 | 47 | 43 | E | 164 | 44 | 37 |
| Octal | 333 | 77 | 111 | 0 | 107 | 103 | 16 | 544 | 104 | 67 |
| Binary | 11011011 | 111111 | 1001001 | 0 | 1000111 | 1000011 | 1110 | 101100100 | 1000100 | 110111 |
Color Harmonies of #DB3F49
Complementary color
Monochromatic Colors of #DB3F49
Black with #DB3F49
Text Example
Text Example
White with #DB3F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F49; }
p { color: rgb(219,63,73); }
H1.HeaderClassName
{
color: #DB3F49;
}
.AnyTagClassName
{
color: #DB3F49;
}
</style>
background-color css
<style>
a { background-color: #DB3F49; }
a { background-color: rgb(219,63,73); }
div.DivClassName
{
background-color: #DB3F49;
}
.BgClassName
{
background-color: #DB3F49;
}
</style>
border-color css
<style>
span { border-color: #DB3F49; }
span { border-color: rgb(219,63,73); }
td.TdClassName
{
border-color: #DB3F49;
}
.TagClassName
{
border-color: #DB3F49;
}
</style>