Shades of Amaranth #DB2D4C
Tints of Amaranth #DB2D4C
RGB
CMYK
RGB Variations
Color information
#DB2D4C (or 0xDB2D4C) is known color: Amaranth. HEX triplet: DB, 2D and 4C. RGB value is (219,45,76). Sum of RGB (Red+Green+Blue) = 219+45+76=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2D4C is #24D2B3. Grayscale: #646464. Windows color (decimal): -2413236 or 4992475. OLE color: 4992475.
HSL color Cylindrical-coordinate representation of color #DB2D4C: hue angle of 349.31º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D4C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 76 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.14 |
| HSL | 349.31º | 0.71% | 0.52% | - |
| HSV(B) | 349.31º | 0.79% | 0.86% | - |
| XYZ | 31.46 | 17.46 | 8.55 | - |
| YUV | 100.56 | 114.15 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 76 | 0 | 0.79 | 0.65 | 0.14 | 349.31 | 0.71 | 0.52 |
| Hex | DB | 2D | 4C | 0 | 4F | 41 | E | 15D | 47 | 34 |
| Octal | 333 | 55 | 114 | 0 | 117 | 101 | 16 | 535 | 107 | 64 |
| Binary | 11011011 | 101101 | 1001100 | 0 | 1001111 | 1000001 | 1110 | 101011101 | 1000111 | 110100 |
Color Harmonies of #DB2D4C
Complementary color
Monochromatic Colors of #DB2D4C
Black with #DB2D4C
Text Example
Text Example
White with #DB2D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D4C; }
p { color: rgb(219,45,76); }
H1.HeaderClassName
{
color: #DB2D4C;
}
.AnyTagClassName
{
color: #DB2D4C;
}
</style>
background-color css
<style>
a { background-color: #DB2D4C; }
a { background-color: rgb(219,45,76); }
div.DivClassName
{
background-color: #DB2D4C;
}
.BgClassName
{
background-color: #DB2D4C;
}
</style>
border-color css
<style>
span { border-color: #DB2D4C; }
span { border-color: rgb(219,45,76); }
td.TdClassName
{
border-color: #DB2D4C;
}
.TagClassName
{
border-color: #DB2D4C;
}
</style>