Shades of Amaranth #DB3045
Tints of Amaranth #DB3045
RGB
CMYK
RGB Variations
Color information
#DB3045 (or 0xDB3045) is known color: Amaranth. HEX triplet: DB, 30 and 45. RGB value is (219,48,69). Sum of RGB (Red+Green+Blue) = 219+48+69=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3045 is #24CFBA. Grayscale: #656565. Windows color (decimal): -2412475 or 4534491. OLE color: 4534491.
HSL color Cylindrical-coordinate representation of color #DB3045: hue angle of 352.63º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3045 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 69 | - |
| CMYK | 0 | 0.78 | 0.68 | 0.14 |
| HSL | 352.63º | 0.7% | 0.52% | - |
| HSV(B) | 352.63º | 0.78% | 0.86% | - |
| XYZ | 31.34 | 17.6 | 7.38 | - |
| YUV | 101.52 | 109.65 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 69 | 0 | 0.78 | 0.68 | 0.14 | 352.63 | 0.7 | 0.52 |
| Hex | DB | 30 | 45 | 0 | 4E | 44 | E | 161 | 46 | 34 |
| Octal | 333 | 60 | 105 | 0 | 116 | 104 | 16 | 541 | 106 | 64 |
| Binary | 11011011 | 110000 | 1000101 | 0 | 1001110 | 1000100 | 1110 | 101100001 | 1000110 | 110100 |
Color Harmonies of #DB3045
Complementary color
Monochromatic Colors of #DB3045
Black with #DB3045
Text Example
Text Example
White with #DB3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3045; }
p { color: rgb(219,48,69); }
H1.HeaderClassName
{
color: #DB3045;
}
.AnyTagClassName
{
color: #DB3045;
}
</style>
background-color css
<style>
a { background-color: #DB3045; }
a { background-color: rgb(219,48,69); }
div.DivClassName
{
background-color: #DB3045;
}
.BgClassName
{
background-color: #DB3045;
}
</style>
border-color css
<style>
span { border-color: #DB3045; }
span { border-color: rgb(219,48,69); }
td.TdClassName
{
border-color: #DB3045;
}
.TagClassName
{
border-color: #DB3045;
}
</style>