Shades of Amaranth #DB2B4B
Tints of Amaranth #DB2B4B
RGB
CMYK
RGB Variations
Color information
#DB2B4B (or 0xDB2B4B) is known color: Amaranth. HEX triplet: DB, 2B and 4B. RGB value is (219,43,75). Sum of RGB (Red+Green+Blue) = 219+43+75=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2B4B is #24D4B4. Grayscale: #636363. Windows color (decimal): -2413749 or 4926427. OLE color: 4926427.
HSL color Cylindrical-coordinate representation of color #DB2B4B: hue angle of 349.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B4B is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 43 | 75 | - |
CMYK | 0 | 0.80 | 0.66 | 0.14 |
HSL | 349.09º | 0.71% | 0.51% | - |
HSV(B) | 349.09º | 0.8% | 0.86% | - |
XYZ | 31.35 | 17.3 | 8.34 | - |
YUV | 99.27 | 114.31 | 213.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 43 | 75 | 0 | 0.80 | 0.66 | 0.14 | 349.09 | 0.71 | 0.51 |
Hex | DB | 2B | 4B | 0 | 50 | 42 | E | 15D | 47 | 33 |
Octal | 333 | 53 | 113 | 0 | 120 | 102 | 16 | 535 | 107 | 63 |
Binary | 11011011 | 101011 | 1001011 | 0 | 1010000 | 1000010 | 1110 | 101011101 | 1000111 | 110011 |
Color Harmonies of #DB2B4B
Complementary color
Monochromatic Colors of #DB2B4B
Black with #DB2B4B
Text Example
Text Example
White with #DB2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B4B; }
p { color: rgb(219,43,75); }
H1.HeaderClassName
{
color: #DB2B4B;
}
.AnyTagClassName
{
color: #DB2B4B;
}
</style>
background-color css
<style>
a { background-color: #DB2B4B; }
a { background-color: rgb(219,43,75); }
div.DivClassName
{
background-color: #DB2B4B;
}
.BgClassName
{
background-color: #DB2B4B;
}
</style>
border-color css
<style>
span { border-color: #DB2B4B; }
span { border-color: rgb(219,43,75); }
td.TdClassName
{
border-color: #DB2B4B;
}
.TagClassName
{
border-color: #DB2B4B;
}
</style>