Shades of Amaranth #DB2D51
Tints of Amaranth #DB2D51
RGB
CMYK
RGB Variations
Color information
#DB2D51 (or 0xDB2D51) is known color: Amaranth. HEX triplet: DB, 2D and 51. RGB value is (219,45,81). Sum of RGB (Red+Green+Blue) = 219+45+81=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D51 is #24D2AE. Grayscale: #656565. Windows color (decimal): -2413231 or 5320155. OLE color: 5320155.
HSL color Cylindrical-coordinate representation of color #DB2D51: hue angle of 347.59º 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 #DB2D51 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 45 | 81 | - |
CMYK | 0 | 0.79 | 0.63 | 0.14 |
HSL | 347.59º | 0.71% | 0.52% | - |
HSV(B) | 347.59º | 0.79% | 0.86% | - |
XYZ | 31.64 | 17.53 | 9.5 | - |
YUV | 101.13 | 116.65 | 212.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 45 | 81 | 0 | 0.79 | 0.63 | 0.14 | 347.59 | 0.71 | 0.52 |
Hex | DB | 2D | 51 | 0 | 4F | 3F | E | 15C | 47 | 34 |
Octal | 333 | 55 | 121 | 0 | 117 | 77 | 16 | 534 | 107 | 64 |
Binary | 11011011 | 101101 | 1010001 | 0 | 1001111 | 111111 | 1110 | 101011100 | 1000111 | 110100 |
Color Harmonies of #DB2D51
Complementary color
Monochromatic Colors of #DB2D51
Black with #DB2D51
Text Example
Text Example
White with #DB2D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D51; }
p { color: rgb(219,45,81); }
H1.HeaderClassName
{
color: #DB2D51;
}
.AnyTagClassName
{
color: #DB2D51;
}
</style>
background-color css
<style>
a { background-color: #DB2D51; }
a { background-color: rgb(219,45,81); }
div.DivClassName
{
background-color: #DB2D51;
}
.BgClassName
{
background-color: #DB2D51;
}
</style>
border-color css
<style>
span { border-color: #DB2D51; }
span { border-color: rgb(219,45,81); }
td.TdClassName
{
border-color: #DB2D51;
}
.TagClassName
{
border-color: #DB2D51;
}
</style>