Shades of Amaranth #DB3D53
Tints of Amaranth #DB3D53
RGB
CMYK
RGB Variations
Color information
#DB3D53 (or 0xDB3D53) is known color: Amaranth. HEX triplet: DB, 3D and 53. RGB value is (219,61,83). Sum of RGB (Red+Green+Blue) = 219+61+83=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D53 is #24C2AC. Grayscale: #6E6E6E. Windows color (decimal): -2409133 or 5455323. OLE color: 5455323.
HSL color Cylindrical-coordinate representation of color #DB3D53: hue angle of 351.65º 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 #DB3D53 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 83 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.14 |
| HSL | 351.65º | 0.69% | 0.55% | - |
| HSV(B) | 351.65º | 0.72% | 0.86% | - |
| XYZ | 32.44 | 19.02 | 10.15 | - |
| YUV | 110.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 83 | 0 | 0.72 | 0.62 | 0.14 | 351.65 | 0.69 | 0.55 |
| Hex | DB | 3D | 53 | 0 | 48 | 3E | E | 160 | 45 | 37 |
| Octal | 333 | 75 | 123 | 0 | 110 | 76 | 16 | 540 | 105 | 67 |
| Binary | 11011011 | 111101 | 1010011 | 0 | 1001000 | 111110 | 1110 | 101100000 | 1000101 | 110111 |
Color Harmonies of #DB3D53
Complementary color
Monochromatic Colors of #DB3D53
Black with #DB3D53
Text Example
Text Example
White with #DB3D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D53; }
p { color: rgb(219,61,83); }
H1.HeaderClassName
{
color: #DB3D53;
}
.AnyTagClassName
{
color: #DB3D53;
}
</style>
background-color css
<style>
a { background-color: #DB3D53; }
a { background-color: rgb(219,61,83); }
div.DivClassName
{
background-color: #DB3D53;
}
.BgClassName
{
background-color: #DB3D53;
}
</style>
border-color css
<style>
span { border-color: #DB3D53; }
span { border-color: rgb(219,61,83); }
td.TdClassName
{
border-color: #DB3D53;
}
.TagClassName
{
border-color: #DB3D53;
}
</style>