Shades of Amaranth #DB2654
Tints of Amaranth #DB2654
RGB
CMYK
RGB Variations
Color information
#DB2654 (or 0xDB2654) is known color: Amaranth. HEX triplet: DB, 26 and 54. RGB value is (219,38,84). Sum of RGB (Red+Green+Blue) = 219+38+84=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2654 is #24D9AB. Grayscale: #616161. Windows color (decimal): -2415020 or 5514971. OLE color: 5514971.
HSL color Cylindrical-coordinate representation of color #DB2654: hue angle of 344.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2654 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 84 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.14 |
| HSL | 344.75º | 0.72% | 0.5% | - |
| HSV(B) | 344.75º | 0.83% | 0.86% | - |
| XYZ | 31.51 | 17.09 | 10.02 | - |
| YUV | 97.36 | 120.47 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 84 | 0 | 0.83 | 0.62 | 0.14 | 344.75 | 0.72 | 0.5 |
| Hex | DB | 26 | 54 | 0 | 53 | 3E | E | 159 | 48 | 32 |
| Octal | 333 | 46 | 124 | 0 | 123 | 76 | 16 | 531 | 110 | 62 |
| Binary | 11011011 | 100110 | 1010100 | 0 | 1010011 | 111110 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DB2654
Complementary color
Monochromatic Colors of #DB2654
Black with #DB2654
Text Example
Text Example
White with #DB2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2654; }
p { color: rgb(219,38,84); }
H1.HeaderClassName
{
color: #DB2654;
}
.AnyTagClassName
{
color: #DB2654;
}
</style>
background-color css
<style>
a { background-color: #DB2654; }
a { background-color: rgb(219,38,84); }
div.DivClassName
{
background-color: #DB2654;
}
.BgClassName
{
background-color: #DB2654;
}
</style>
border-color css
<style>
span { border-color: #DB2654; }
span { border-color: rgb(219,38,84); }
td.TdClassName
{
border-color: #DB2654;
}
.TagClassName
{
border-color: #DB2654;
}
</style>