Shades of Amaranth #DB2A45
Tints of Amaranth #DB2A45
RGB
CMYK
RGB Variations
Color information
#DB2A45 (or 0xDB2A45) is known color: Amaranth. HEX triplet: DB, 2A and 45. RGB value is (219,42,69). Sum of RGB (Red+Green+Blue) = 219+42+69=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2A45 is #24D5BA. Grayscale: #626262. Windows color (decimal): -2414011 or 4532955. OLE color: 4532955.
HSL color Cylindrical-coordinate representation of color #DB2A45: hue angle of 350.85º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A45 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 69 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.14 |
| HSL | 350.85º | 0.71% | 0.51% | - |
| HSV(B) | 350.85º | 0.81% | 0.86% | - |
| XYZ | 31.12 | 17.15 | 7.3 | - |
| YUV | 98 | 111.64 | 214.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 69 | 0 | 0.81 | 0.68 | 0.14 | 350.85 | 0.71 | 0.51 |
| Hex | DB | 2A | 45 | 0 | 51 | 44 | E | 15F | 47 | 33 |
| Octal | 333 | 52 | 105 | 0 | 121 | 104 | 16 | 537 | 107 | 63 |
| Binary | 11011011 | 101010 | 1000101 | 0 | 1010001 | 1000100 | 1110 | 101011111 | 1000111 | 110011 |
Color Harmonies of #DB2A45
Complementary color
Monochromatic Colors of #DB2A45
Black with #DB2A45
Text Example
Text Example
White with #DB2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A45; }
p { color: rgb(219,42,69); }
H1.HeaderClassName
{
color: #DB2A45;
}
.AnyTagClassName
{
color: #DB2A45;
}
</style>
background-color css
<style>
a { background-color: #DB2A45; }
a { background-color: rgb(219,42,69); }
div.DivClassName
{
background-color: #DB2A45;
}
.BgClassName
{
background-color: #DB2A45;
}
</style>
border-color css
<style>
span { border-color: #DB2A45; }
span { border-color: rgb(219,42,69); }
td.TdClassName
{
border-color: #DB2A45;
}
.TagClassName
{
border-color: #DB2A45;
}
</style>