Shades of Amaranth #DB3654
Tints of Amaranth #DB3654
RGB
CMYK
RGB Variations
Color information
#DB3654 (or 0xDB3654) is known color: Amaranth. HEX triplet: DB, 36 and 54. RGB value is (219,54,84). Sum of RGB (Red+Green+Blue) = 219+54+84=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3654 is #24C9AB. Grayscale: #6A6A6A. Windows color (decimal): -2410924 or 5519067. OLE color: 5519067.
HSL color Cylindrical-coordinate representation of color #DB3654: hue angle of 349.09º 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 #DB3654 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 84 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.14 |
| HSL | 349.09º | 0.7% | 0.54% | - |
| HSV(B) | 349.09º | 0.75% | 0.86% | - |
| XYZ | 32.13 | 18.34 | 10.23 | - |
| YUV | 106.76 | 115.16 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 84 | 0 | 0.75 | 0.62 | 0.14 | 349.09 | 0.7 | 0.54 |
| Hex | DB | 36 | 54 | 0 | 4B | 3E | E | 15D | 46 | 36 |
| Octal | 333 | 66 | 124 | 0 | 113 | 76 | 16 | 535 | 106 | 66 |
| Binary | 11011011 | 110110 | 1010100 | 0 | 1001011 | 111110 | 1110 | 101011101 | 1000110 | 110110 |
Color Harmonies of #DB3654
Complementary color
Monochromatic Colors of #DB3654
Black with #DB3654
Text Example
Text Example
White with #DB3654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3654; }
p { color: rgb(219,54,84); }
H1.HeaderClassName
{
color: #DB3654;
}
.AnyTagClassName
{
color: #DB3654;
}
</style>
background-color css
<style>
a { background-color: #DB3654; }
a { background-color: rgb(219,54,84); }
div.DivClassName
{
background-color: #DB3654;
}
.BgClassName
{
background-color: #DB3654;
}
</style>
border-color css
<style>
span { border-color: #DB3654; }
span { border-color: rgb(219,54,84); }
td.TdClassName
{
border-color: #DB3654;
}
.TagClassName
{
border-color: #DB3654;
}
</style>