Shades of Amaranth #DB3E52
Tints of Amaranth #DB3E52
RGB
CMYK
RGB Variations
Color information
#DB3E52 (or 0xDB3E52) is known color: Amaranth. HEX triplet: DB, 3E and 52. RGB value is (219,62,82). Sum of RGB (Red+Green+Blue) = 219+62+82=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3E52 is #24C1AD. Grayscale: #6F6F6F. Windows color (decimal): -2408878 or 5390043. OLE color: 5390043.
HSL color Cylindrical-coordinate representation of color #DB3E52: hue angle of 352.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3E52 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 82 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.14 |
| HSL | 352.36º | 0.69% | 0.55% | - |
| HSV(B) | 352.36º | 0.72% | 0.86% | - |
| XYZ | 32.46 | 19.11 | 9.96 | - |
| YUV | 111.22 | 111.51 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 82 | 0 | 0.72 | 0.63 | 0.14 | 352.36 | 0.69 | 0.55 |
| Hex | DB | 3E | 52 | 0 | 48 | 3F | E | 160 | 45 | 37 |
| Octal | 333 | 76 | 122 | 0 | 110 | 77 | 16 | 540 | 105 | 67 |
| Binary | 11011011 | 111110 | 1010010 | 0 | 1001000 | 111111 | 1110 | 101100000 | 1000101 | 110111 |
Color Harmonies of #DB3E52
Complementary color
Monochromatic Colors of #DB3E52
Black with #DB3E52
Text Example
Text Example
White with #DB3E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E52; }
p { color: rgb(219,62,82); }
H1.HeaderClassName
{
color: #DB3E52;
}
.AnyTagClassName
{
color: #DB3E52;
}
</style>
background-color css
<style>
a { background-color: #DB3E52; }
a { background-color: rgb(219,62,82); }
div.DivClassName
{
background-color: #DB3E52;
}
.BgClassName
{
background-color: #DB3E52;
}
</style>
border-color css
<style>
span { border-color: #DB3E52; }
span { border-color: rgb(219,62,82); }
td.TdClassName
{
border-color: #DB3E52;
}
.TagClassName
{
border-color: #DB3E52;
}
</style>