Shades of Amaranth #DB4052
Tints of Amaranth #DB4052
RGB
CMYK
RGB Variations
Color information
#DB4052 (or 0xDB4052) is known color: Amaranth. HEX triplet: DB, 40 and 52. RGB value is (219,64,82). Sum of RGB (Red+Green+Blue) = 219+64+82=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4052 is #24BFAD. Grayscale: #707070. Windows color (decimal): -2408366 or 5390555. OLE color: 5390555.
HSL color Cylindrical-coordinate representation of color #DB4052: hue angle of 353.03º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4052 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 82 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.14 |
| HSL | 353.03º | 0.68% | 0.55% | - |
| HSV(B) | 353.03º | 0.71% | 0.86% | - |
| XYZ | 32.57 | 19.34 | 10 | - |
| YUV | 112.4 | 110.85 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 82 | 0 | 0.71 | 0.63 | 0.14 | 353.03 | 0.68 | 0.55 |
| Hex | DB | 40 | 52 | 0 | 47 | 3F | E | 161 | 44 | 37 |
| Octal | 333 | 100 | 122 | 0 | 107 | 77 | 16 | 541 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1010010 | 0 | 1000111 | 111111 | 1110 | 101100001 | 1000100 | 110111 |
Color Harmonies of #DB4052
Complementary color
Monochromatic Colors of #DB4052
Black with #DB4052
Text Example
Text Example
White with #DB4052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4052; }
p { color: rgb(219,64,82); }
H1.HeaderClassName
{
color: #DB4052;
}
.AnyTagClassName
{
color: #DB4052;
}
</style>
background-color css
<style>
a { background-color: #DB4052; }
a { background-color: rgb(219,64,82); }
div.DivClassName
{
background-color: #DB4052;
}
.BgClassName
{
background-color: #DB4052;
}
</style>
border-color css
<style>
span { border-color: #DB4052; }
span { border-color: rgb(219,64,82); }
td.TdClassName
{
border-color: #DB4052;
}
.TagClassName
{
border-color: #DB4052;
}
</style>