Shades of Amaranth #DB3650
Tints of Amaranth #DB3650
RGB
CMYK
RGB Variations
Color information
#DB3650 (or 0xDB3650) is known color: Amaranth. HEX triplet: DB, 36 and 50. RGB value is (219,54,80). Sum of RGB (Red+Green+Blue) = 219+54+80=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3650 is #24C9AF. Grayscale: #6A6A6A. Windows color (decimal): -2410928 or 5256923. OLE color: 5256923.
HSL color Cylindrical-coordinate representation of color #DB3650: hue angle of 350.55º 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 #DB3650 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 80 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.14 |
| HSL | 350.55º | 0.7% | 0.54% | - |
| HSV(B) | 350.55º | 0.75% | 0.86% | - |
| XYZ | 31.98 | 18.28 | 9.43 | - |
| YUV | 106.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 80 | 0 | 0.75 | 0.63 | 0.14 | 350.55 | 0.7 | 0.54 |
| Hex | DB | 36 | 50 | 0 | 4B | 3F | E | 15F | 46 | 36 |
| Octal | 333 | 66 | 120 | 0 | 113 | 77 | 16 | 537 | 106 | 66 |
| Binary | 11011011 | 110110 | 1010000 | 0 | 1001011 | 111111 | 1110 | 101011111 | 1000110 | 110110 |
Color Harmonies of #DB3650
Complementary color
Monochromatic Colors of #DB3650
Black with #DB3650
Text Example
Text Example
White with #DB3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3650; }
p { color: rgb(219,54,80); }
H1.HeaderClassName
{
color: #DB3650;
}
.AnyTagClassName
{
color: #DB3650;
}
</style>
background-color css
<style>
a { background-color: #DB3650; }
a { background-color: rgb(219,54,80); }
div.DivClassName
{
background-color: #DB3650;
}
.BgClassName
{
background-color: #DB3650;
}
</style>
border-color css
<style>
span { border-color: #DB3650; }
span { border-color: rgb(219,54,80); }
td.TdClassName
{
border-color: #DB3650;
}
.TagClassName
{
border-color: #DB3650;
}
</style>