Shades of Amaranth #DB344F
Tints of Amaranth #DB344F
RGB
CMYK
RGB Variations
Color information
#DB344F (or 0xDB344F) is known color: Amaranth. HEX triplet: DB, 34 and 4F. RGB value is (219,52,79). Sum of RGB (Red+Green+Blue) = 219+52+79=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB344F is #24CBB0. Grayscale: #696969. Windows color (decimal): -2411441 or 5190875. OLE color: 5190875.
HSL color Cylindrical-coordinate representation of color #DB344F: hue angle of 350.3º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB344F is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 52 | 79 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.14 |
| HSL | 350.3º | 0.7% | 0.53% | - |
| HSV(B) | 350.3º | 0.76% | 0.86% | - |
| XYZ | 31.85 | 18.08 | 9.21 | - |
| YUV | 105.01 | 113.33 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 52 | 79 | 0 | 0.76 | 0.64 | 0.14 | 350.3 | 0.7 | 0.53 |
| Hex | DB | 34 | 4F | 0 | 4C | 40 | E | 15E | 46 | 35 |
| Octal | 333 | 64 | 117 | 0 | 114 | 100 | 16 | 536 | 106 | 65 |
| Binary | 11011011 | 110100 | 1001111 | 0 | 1001100 | 1000000 | 1110 | 101011110 | 1000110 | 110101 |
Color Harmonies of #DB344F
Complementary color
Monochromatic Colors of #DB344F
Black with #DB344F
Text Example
Text Example
White with #DB344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB344F; }
p { color: rgb(219,52,79); }
H1.HeaderClassName
{
color: #DB344F;
}
.AnyTagClassName
{
color: #DB344F;
}
</style>
background-color css
<style>
a { background-color: #DB344F; }
a { background-color: rgb(219,52,79); }
div.DivClassName
{
background-color: #DB344F;
}
.BgClassName
{
background-color: #DB344F;
}
</style>
border-color css
<style>
span { border-color: #DB344F; }
span { border-color: rgb(219,52,79); }
td.TdClassName
{
border-color: #DB344F;
}
.TagClassName
{
border-color: #DB344F;
}
</style>