Shades of Amaranth #DB3B50
Tints of Amaranth #DB3B50
RGB
CMYK
RGB Variations
Color information
#DB3B50 (or 0xDB3B50) is known color: Amaranth. HEX triplet: DB, 3B and 50. RGB value is (219,59,80). Sum of RGB (Red+Green+Blue) = 219+59+80=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B50 is #24C4AF. Grayscale: #6D6D6D. Windows color (decimal): -2409648 or 5258203. OLE color: 5258203.
HSL color Cylindrical-coordinate representation of color #DB3B50: hue angle of 352.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3B50 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 80 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.14 |
| HSL | 352.13º | 0.69% | 0.55% | - |
| HSV(B) | 352.13º | 0.73% | 0.86% | - |
| XYZ | 32.23 | 18.77 | 9.51 | - |
| YUV | 109.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 80 | 0 | 0.73 | 0.63 | 0.14 | 352.13 | 0.69 | 0.55 |
| Hex | DB | 3B | 50 | 0 | 49 | 3F | E | 160 | 45 | 37 |
| Octal | 333 | 73 | 120 | 0 | 111 | 77 | 16 | 540 | 105 | 67 |
| Binary | 11011011 | 111011 | 1010000 | 0 | 1001001 | 111111 | 1110 | 101100000 | 1000101 | 110111 |
Color Harmonies of #DB3B50
Complementary color
Monochromatic Colors of #DB3B50
Black with #DB3B50
Text Example
Text Example
White with #DB3B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B50; }
p { color: rgb(219,59,80); }
H1.HeaderClassName
{
color: #DB3B50;
}
.AnyTagClassName
{
color: #DB3B50;
}
</style>
background-color css
<style>
a { background-color: #DB3B50; }
a { background-color: rgb(219,59,80); }
div.DivClassName
{
background-color: #DB3B50;
}
.BgClassName
{
background-color: #DB3B50;
}
</style>
border-color css
<style>
span { border-color: #DB3B50; }
span { border-color: rgb(219,59,80); }
td.TdClassName
{
border-color: #DB3B50;
}
.TagClassName
{
border-color: #DB3B50;
}
</style>