Shades of Amaranth #DB2D4E
Tints of Amaranth #DB2D4E
RGB
CMYK
RGB Variations
Color information
#DB2D4E (or 0xDB2D4E) is known color: Amaranth. HEX triplet: DB, 2D and 4E. RGB value is (219,45,78). Sum of RGB (Red+Green+Blue) = 219+45+78=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D4E is #24D2B1. Grayscale: #646464. Windows color (decimal): -2413234 or 5123547. OLE color: 5123547.
HSL color Cylindrical-coordinate representation of color #DB2D4E: hue angle of 348.62º 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 #DB2D4E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 45 | 78 | - |
CMYK | 0 | 0.79 | 0.64 | 0.14 |
HSL | 348.62º | 0.71% | 0.52% | - |
HSV(B) | 348.62º | 0.79% | 0.86% | - |
XYZ | 31.53 | 17.49 | 8.92 | - |
YUV | 100.79 | 115.15 | 212.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 45 | 78 | 0 | 0.79 | 0.64 | 0.14 | 348.62 | 0.71 | 0.52 |
Hex | DB | 2D | 4E | 0 | 4F | 40 | E | 15D | 47 | 34 |
Octal | 333 | 55 | 116 | 0 | 117 | 100 | 16 | 535 | 107 | 64 |
Binary | 11011011 | 101101 | 1001110 | 0 | 1001111 | 1000000 | 1110 | 101011101 | 1000111 | 110100 |
Color Harmonies of #DB2D4E
Complementary color
Monochromatic Colors of #DB2D4E
Black with #DB2D4E
Text Example
Text Example
White with #DB2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D4E; }
p { color: rgb(219,45,78); }
H1.HeaderClassName
{
color: #DB2D4E;
}
.AnyTagClassName
{
color: #DB2D4E;
}
</style>
background-color css
<style>
a { background-color: #DB2D4E; }
a { background-color: rgb(219,45,78); }
div.DivClassName
{
background-color: #DB2D4E;
}
.BgClassName
{
background-color: #DB2D4E;
}
</style>
border-color css
<style>
span { border-color: #DB2D4E; }
span { border-color: rgb(219,45,78); }
td.TdClassName
{
border-color: #DB2D4E;
}
.TagClassName
{
border-color: #DB2D4E;
}
</style>