Shades of Amaranth #DB3754
Tints of Amaranth #DB3754
RGB
CMYK
RGB Variations
Color information
#DB3754 (or 0xDB3754) is known color: Amaranth. HEX triplet: DB, 37 and 54. RGB value is (219,55,84). Sum of RGB (Red+Green+Blue) = 219+55+84=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3754 is #24C8AB. Grayscale: #6B6B6B. Windows color (decimal): -2410668 or 5519323. OLE color: 5519323.
HSL color Cylindrical-coordinate representation of color #DB3754: hue angle of 349.39º degrees, saturation: 0.69, 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 #DB3754 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 84 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.14 |
| HSL | 349.39º | 0.69% | 0.54% | - |
| HSV(B) | 349.39º | 0.75% | 0.86% | - |
| XYZ | 32.18 | 18.43 | 10.25 | - |
| YUV | 107.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 84 | 0 | 0.75 | 0.62 | 0.14 | 349.39 | 0.69 | 0.54 |
| Hex | DB | 37 | 54 | 0 | 4B | 3E | E | 15D | 45 | 36 |
| Octal | 333 | 67 | 124 | 0 | 113 | 76 | 16 | 535 | 105 | 66 |
| Binary | 11011011 | 110111 | 1010100 | 0 | 1001011 | 111110 | 1110 | 101011101 | 1000101 | 110110 |
Color Harmonies of #DB3754
Complementary color
Monochromatic Colors of #DB3754
Black with #DB3754
Text Example
Text Example
White with #DB3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3754; }
p { color: rgb(219,55,84); }
H1.HeaderClassName
{
color: #DB3754;
}
.AnyTagClassName
{
color: #DB3754;
}
</style>
background-color css
<style>
a { background-color: #DB3754; }
a { background-color: rgb(219,55,84); }
div.DivClassName
{
background-color: #DB3754;
}
.BgClassName
{
background-color: #DB3754;
}
</style>
border-color css
<style>
span { border-color: #DB3754; }
span { border-color: rgb(219,55,84); }
td.TdClassName
{
border-color: #DB3754;
}
.TagClassName
{
border-color: #DB3754;
}
</style>