Shades of Amaranth #DB304E
Tints of Amaranth #DB304E
RGB
CMYK
RGB Variations
Color information
#DB304E (or 0xDB304E) is known color: Amaranth. HEX triplet: DB, 30 and 4E. RGB value is (219,48,78). Sum of RGB (Red+Green+Blue) = 219+48+78=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 48 (19.14% from 255 or 13.91% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB304E is #24CFB1. Grayscale: #666666. Windows color (decimal): -2412466 or 5124315. OLE color: 5124315.
HSL color Cylindrical-coordinate representation of color #DB304E: hue angle of 349.47º 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 #DB304E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 78 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.14 |
| HSL | 349.47º | 0.7% | 0.52% | - |
| HSV(B) | 349.47º | 0.78% | 0.86% | - |
| XYZ | 31.65 | 17.72 | 8.96 | - |
| YUV | 102.55 | 114.15 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 78 | 0 | 0.78 | 0.64 | 0.14 | 349.47 | 0.7 | 0.52 |
| Hex | DB | 30 | 4E | 0 | 4E | 40 | E | 15D | 46 | 34 |
| Octal | 333 | 60 | 116 | 0 | 116 | 100 | 16 | 535 | 106 | 64 |
| Binary | 11011011 | 110000 | 1001110 | 0 | 1001110 | 1000000 | 1110 | 101011101 | 1000110 | 110100 |
Color Harmonies of #DB304E
Complementary color
Monochromatic Colors of #DB304E
Black with #DB304E
Text Example
Text Example
White with #DB304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB304E; }
p { color: rgb(219,48,78); }
H1.HeaderClassName
{
color: #DB304E;
}
.AnyTagClassName
{
color: #DB304E;
}
</style>
background-color css
<style>
a { background-color: #DB304E; }
a { background-color: rgb(219,48,78); }
div.DivClassName
{
background-color: #DB304E;
}
.BgClassName
{
background-color: #DB304E;
}
</style>
border-color css
<style>
span { border-color: #DB304E; }
span { border-color: rgb(219,48,78); }
td.TdClassName
{
border-color: #DB304E;
}
.TagClassName
{
border-color: #DB304E;
}
</style>