Shades of Amaranth #DB3653
Tints of Amaranth #DB3653
RGB
CMYK
RGB Variations
Color information
#DB3653 (or 0xDB3653) is known color: Amaranth. HEX triplet: DB, 36 and 53. RGB value is (219,54,83). Sum of RGB (Red+Green+Blue) = 219+54+83=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 83 (32.81% from 255 or 23.31% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3653 is #24C9AC. Grayscale: #6A6A6A. Windows color (decimal): -2410925 or 5453531. OLE color: 5453531.
HSL color Cylindrical-coordinate representation of color #DB3653: hue angle of 349.45º 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 #DB3653 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 83 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.14 |
| HSL | 349.45º | 0.7% | 0.54% | - |
| HSV(B) | 349.45º | 0.75% | 0.86% | - |
| XYZ | 32.09 | 18.32 | 10.03 | - |
| YUV | 106.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 83 | 0 | 0.75 | 0.62 | 0.14 | 349.45 | 0.7 | 0.54 |
| Hex | DB | 36 | 53 | 0 | 4B | 3E | E | 15D | 46 | 36 |
| Octal | 333 | 66 | 123 | 0 | 113 | 76 | 16 | 535 | 106 | 66 |
| Binary | 11011011 | 110110 | 1010011 | 0 | 1001011 | 111110 | 1110 | 101011101 | 1000110 | 110110 |
Color Harmonies of #DB3653
Complementary color
Monochromatic Colors of #DB3653
Black with #DB3653
Text Example
Text Example
White with #DB3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3653; }
p { color: rgb(219,54,83); }
H1.HeaderClassName
{
color: #DB3653;
}
.AnyTagClassName
{
color: #DB3653;
}
</style>
background-color css
<style>
a { background-color: #DB3653; }
a { background-color: rgb(219,54,83); }
div.DivClassName
{
background-color: #DB3653;
}
.BgClassName
{
background-color: #DB3653;
}
</style>
border-color css
<style>
span { border-color: #DB3653; }
span { border-color: rgb(219,54,83); }
td.TdClassName
{
border-color: #DB3653;
}
.TagClassName
{
border-color: #DB3653;
}
</style>