Shades of Amaranth #DB3C48
Tints of Amaranth #DB3C48
RGB
CMYK
RGB Variations
Color information
#DB3C48 (or 0xDB3C48) is known color: Amaranth. HEX triplet: DB, 3C and 48. RGB value is (219,60,72). Sum of RGB (Red+Green+Blue) = 219+60+72=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C48 is #24C3B7. Grayscale: #6D6D6D. Windows color (decimal): -2409400 or 4734171. OLE color: 4734171.
HSL color Cylindrical-coordinate representation of color #DB3C48: hue angle of 355.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3C48 is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 72 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.14 |
| HSL | 355.47º | 0.69% | 0.55% | - |
| HSV(B) | 355.47º | 0.73% | 0.86% | - |
| XYZ | 32 | 18.76 | 8.07 | - |
| YUV | 108.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 72 | 0 | 0.73 | 0.67 | 0.14 | 355.47 | 0.69 | 0.55 |
| Hex | DB | 3C | 48 | 0 | 49 | 43 | E | 163 | 45 | 37 |
| Octal | 333 | 74 | 110 | 0 | 111 | 103 | 16 | 543 | 105 | 67 |
| Binary | 11011011 | 111100 | 1001000 | 0 | 1001001 | 1000011 | 1110 | 101100011 | 1000101 | 110111 |
Color Harmonies of #DB3C48
Complementary color
Monochromatic Colors of #DB3C48
Black with #DB3C48
Text Example
Text Example
White with #DB3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C48; }
p { color: rgb(219,60,72); }
H1.HeaderClassName
{
color: #DB3C48;
}
.AnyTagClassName
{
color: #DB3C48;
}
</style>
background-color css
<style>
a { background-color: #DB3C48; }
a { background-color: rgb(219,60,72); }
div.DivClassName
{
background-color: #DB3C48;
}
.BgClassName
{
background-color: #DB3C48;
}
</style>
border-color css
<style>
span { border-color: #DB3C48; }
span { border-color: rgb(219,60,72); }
td.TdClassName
{
border-color: #DB3C48;
}
.TagClassName
{
border-color: #DB3C48;
}
</style>