Shades of Amaranth #DB2653
Tints of Amaranth #DB2653
RGB
CMYK
RGB Variations
Color information
#DB2653 (or 0xDB2653) is known color: Amaranth. HEX triplet: DB, 26 and 53. RGB value is (219,38,83). Sum of RGB (Red+Green+Blue) = 219+38+83=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2653 is #24D9AC. Grayscale: #616161. Windows color (decimal): -2415021 or 5449435. OLE color: 5449435.
HSL color Cylindrical-coordinate representation of color #DB2653: hue angle of 345.08º 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 #DB2653 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 83 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.14 |
| HSL | 345.08º | 0.72% | 0.5% | - |
| HSV(B) | 345.08º | 0.83% | 0.86% | - |
| XYZ | 31.47 | 17.07 | 9.82 | - |
| YUV | 97.25 | 119.97 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 83 | 0 | 0.83 | 0.62 | 0.14 | 345.08 | 0.72 | 0.5 |
| Hex | DB | 26 | 53 | 0 | 53 | 3E | E | 159 | 48 | 32 |
| Octal | 333 | 46 | 123 | 0 | 123 | 76 | 16 | 531 | 110 | 62 |
| Binary | 11011011 | 100110 | 1010011 | 0 | 1010011 | 111110 | 1110 | 101011001 | 1001000 | 110010 |
Color Harmonies of #DB2653
Complementary color
Monochromatic Colors of #DB2653
Black with #DB2653
Text Example
Text Example
White with #DB2653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2653; }
p { color: rgb(219,38,83); }
H1.HeaderClassName
{
color: #DB2653;
}
.AnyTagClassName
{
color: #DB2653;
}
</style>
background-color css
<style>
a { background-color: #DB2653; }
a { background-color: rgb(219,38,83); }
div.DivClassName
{
background-color: #DB2653;
}
.BgClassName
{
background-color: #DB2653;
}
</style>
border-color css
<style>
span { border-color: #DB2653; }
span { border-color: rgb(219,38,83); }
td.TdClassName
{
border-color: #DB2653;
}
.TagClassName
{
border-color: #DB2653;
}
</style>