Shades of Amaranth #DB3052
Tints of Amaranth #DB3052
RGB
CMYK
RGB Variations
Color information
#DB3052 (or 0xDB3052) is known color: Amaranth. HEX triplet: DB, 30 and 52. RGB value is (219,48,82). Sum of RGB (Red+Green+Blue) = 219+48+82=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3052 is #24CFAD. Grayscale: #676767. Windows color (decimal): -2412462 or 5386459. OLE color: 5386459.
HSL color Cylindrical-coordinate representation of color #DB3052: hue angle of 348.07º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3052 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 82 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.14 |
| HSL | 348.07º | 0.7% | 0.52% | - |
| HSV(B) | 348.07º | 0.78% | 0.86% | - |
| XYZ | 31.79 | 17.78 | 9.74 | - |
| YUV | 103.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 82 | 0 | 0.78 | 0.63 | 0.14 | 348.07 | 0.7 | 0.52 |
| Hex | DB | 30 | 52 | 0 | 4E | 3F | E | 15C | 46 | 34 |
| Octal | 333 | 60 | 122 | 0 | 116 | 77 | 16 | 534 | 106 | 64 |
| Binary | 11011011 | 110000 | 1010010 | 0 | 1001110 | 111111 | 1110 | 101011100 | 1000110 | 110100 |
Color Harmonies of #DB3052
Complementary color
Monochromatic Colors of #DB3052
Black with #DB3052
Text Example
Text Example
White with #DB3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3052; }
p { color: rgb(219,48,82); }
H1.HeaderClassName
{
color: #DB3052;
}
.AnyTagClassName
{
color: #DB3052;
}
</style>
background-color css
<style>
a { background-color: #DB3052; }
a { background-color: rgb(219,48,82); }
div.DivClassName
{
background-color: #DB3052;
}
.BgClassName
{
background-color: #DB3052;
}
</style>
border-color css
<style>
span { border-color: #DB3052; }
span { border-color: rgb(219,48,82); }
td.TdClassName
{
border-color: #DB3052;
}
.TagClassName
{
border-color: #DB3052;
}
</style>