Shades of Amaranth #DB3D50
Tints of Amaranth #DB3D50
RGB
CMYK
RGB Variations
Color information
#DB3D50 (or 0xDB3D50) is known color: Amaranth. HEX triplet: DB, 3D and 50. RGB value is (219,61,80). Sum of RGB (Red+Green+Blue) = 219+61+80=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D50 is #24C2AF. Grayscale: #6E6E6E. Windows color (decimal): -2409136 or 5258715. OLE color: 5258715.
HSL color Cylindrical-coordinate representation of color #DB3D50: hue angle of 352.78º 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 #DB3D50 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 80 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.14 |
| HSL | 352.78º | 0.69% | 0.55% | - |
| HSV(B) | 352.78º | 0.72% | 0.86% | - |
| XYZ | 32.33 | 18.98 | 9.55 | - |
| YUV | 110.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 80 | 0 | 0.72 | 0.63 | 0.14 | 352.78 | 0.69 | 0.55 |
| Hex | DB | 3D | 50 | 0 | 48 | 3F | E | 161 | 45 | 37 |
| Octal | 333 | 75 | 120 | 0 | 110 | 77 | 16 | 541 | 105 | 67 |
| Binary | 11011011 | 111101 | 1010000 | 0 | 1001000 | 111111 | 1110 | 101100001 | 1000101 | 110111 |
Color Harmonies of #DB3D50
Complementary color
Monochromatic Colors of #DB3D50
Black with #DB3D50
Text Example
Text Example
White with #DB3D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D50; }
p { color: rgb(219,61,80); }
H1.HeaderClassName
{
color: #DB3D50;
}
.AnyTagClassName
{
color: #DB3D50;
}
</style>
background-color css
<style>
a { background-color: #DB3D50; }
a { background-color: rgb(219,61,80); }
div.DivClassName
{
background-color: #DB3D50;
}
.BgClassName
{
background-color: #DB3D50;
}
</style>
border-color css
<style>
span { border-color: #DB3D50; }
span { border-color: rgb(219,61,80); }
td.TdClassName
{
border-color: #DB3D50;
}
.TagClassName
{
border-color: #DB3D50;
}
</style>