Shades of Amaranth #DB3B52
Tints of Amaranth #DB3B52
RGB
CMYK
RGB Variations
Color information
#DB3B52 (or 0xDB3B52) is known color: Amaranth. HEX triplet: DB, 3B and 52. RGB value is (219,59,82). Sum of RGB (Red+Green+Blue) = 219+59+82=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B52 is #24C4AD. Grayscale: #6D6D6D. Windows color (decimal): -2409646 or 5389275. OLE color: 5389275.
HSL color Cylindrical-coordinate representation of color #DB3B52: hue angle of 351.38º 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 #DB3B52 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 82 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.14 |
| HSL | 351.38º | 0.69% | 0.55% | - |
| HSV(B) | 351.38º | 0.73% | 0.86% | - |
| XYZ | 32.3 | 18.8 | 9.91 | - |
| YUV | 109.46 | 112.51 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 82 | 0 | 0.73 | 0.63 | 0.14 | 351.38 | 0.69 | 0.55 |
| Hex | DB | 3B | 52 | 0 | 49 | 3F | E | 15F | 45 | 37 |
| Octal | 333 | 73 | 122 | 0 | 111 | 77 | 16 | 537 | 105 | 67 |
| Binary | 11011011 | 111011 | 1010010 | 0 | 1001001 | 111111 | 1110 | 101011111 | 1000101 | 110111 |
Color Harmonies of #DB3B52
Complementary color
Monochromatic Colors of #DB3B52
Black with #DB3B52
Text Example
Text Example
White with #DB3B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B52; }
p { color: rgb(219,59,82); }
H1.HeaderClassName
{
color: #DB3B52;
}
.AnyTagClassName
{
color: #DB3B52;
}
</style>
background-color css
<style>
a { background-color: #DB3B52; }
a { background-color: rgb(219,59,82); }
div.DivClassName
{
background-color: #DB3B52;
}
.BgClassName
{
background-color: #DB3B52;
}
</style>
border-color css
<style>
span { border-color: #DB3B52; }
span { border-color: rgb(219,59,82); }
td.TdClassName
{
border-color: #DB3B52;
}
.TagClassName
{
border-color: #DB3B52;
}
</style>