Shades of Amaranth #DB3C54
Tints of Amaranth #DB3C54
RGB
CMYK
RGB Variations
Color information
#DB3C54 (or 0xDB3C54) is known color: Amaranth. HEX triplet: DB, 3C and 54. RGB value is (219,60,84). Sum of RGB (Red+Green+Blue) = 219+60+84=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C54 is #24C3AB. Grayscale: #6E6E6E. Windows color (decimal): -2409388 or 5520603. OLE color: 5520603.
HSL color Cylindrical-coordinate representation of color #DB3C54: hue angle of 350.94º 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 #DB3C54 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 84 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.14 |
| HSL | 350.94º | 0.69% | 0.55% | - |
| HSV(B) | 350.94º | 0.73% | 0.86% | - |
| XYZ | 32.43 | 18.93 | 10.33 | - |
| YUV | 110.28 | 113.18 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 84 | 0 | 0.73 | 0.62 | 0.14 | 350.94 | 0.69 | 0.55 |
| Hex | DB | 3C | 54 | 0 | 49 | 3E | E | 15F | 45 | 37 |
| Octal | 333 | 74 | 124 | 0 | 111 | 76 | 16 | 537 | 105 | 67 |
| Binary | 11011011 | 111100 | 1010100 | 0 | 1001001 | 111110 | 1110 | 101011111 | 1000101 | 110111 |
Color Harmonies of #DB3C54
Complementary color
Monochromatic Colors of #DB3C54
Black with #DB3C54
Text Example
Text Example
White with #DB3C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C54; }
p { color: rgb(219,60,84); }
H1.HeaderClassName
{
color: #DB3C54;
}
.AnyTagClassName
{
color: #DB3C54;
}
</style>
background-color css
<style>
a { background-color: #DB3C54; }
a { background-color: rgb(219,60,84); }
div.DivClassName
{
background-color: #DB3C54;
}
.BgClassName
{
background-color: #DB3C54;
}
</style>
border-color css
<style>
span { border-color: #DB3C54; }
span { border-color: rgb(219,60,84); }
td.TdClassName
{
border-color: #DB3C54;
}
.TagClassName
{
border-color: #DB3C54;
}
</style>