Shades of Amaranth #DB3D4C
Tints of Amaranth #DB3D4C
RGB
CMYK
RGB Variations
Color information
#DB3D4C (or 0xDB3D4C) is known color: Amaranth. HEX triplet: DB, 3D and 4C. RGB value is (219,61,76). Sum of RGB (Red+Green+Blue) = 219+61+76=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D4C is #24C2B3. Grayscale: #6E6E6E. Windows color (decimal): -2409140 or 4996571. OLE color: 4996571.
HSL color Cylindrical-coordinate representation of color #DB3D4C: hue angle of 354.3º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D4C is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 76 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.14 |
| HSL | 354.3º | 0.69% | 0.55% | - |
| HSV(B) | 354.3º | 0.72% | 0.86% | - |
| XYZ | 32.19 | 18.92 | 8.79 | - |
| YUV | 109.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 76 | 0 | 0.72 | 0.65 | 0.14 | 354.3 | 0.69 | 0.55 |
| Hex | DB | 3D | 4C | 0 | 48 | 41 | E | 162 | 45 | 37 |
| Octal | 333 | 75 | 114 | 0 | 110 | 101 | 16 | 542 | 105 | 67 |
| Binary | 11011011 | 111101 | 1001100 | 0 | 1001000 | 1000001 | 1110 | 101100010 | 1000101 | 110111 |
Color Harmonies of #DB3D4C
Complementary color
Monochromatic Colors of #DB3D4C
Black with #DB3D4C
Text Example
Text Example
White with #DB3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D4C; }
p { color: rgb(219,61,76); }
H1.HeaderClassName
{
color: #DB3D4C;
}
.AnyTagClassName
{
color: #DB3D4C;
}
</style>
background-color css
<style>
a { background-color: #DB3D4C; }
a { background-color: rgb(219,61,76); }
div.DivClassName
{
background-color: #DB3D4C;
}
.BgClassName
{
background-color: #DB3D4C;
}
</style>
border-color css
<style>
span { border-color: #DB3D4C; }
span { border-color: rgb(219,61,76); }
td.TdClassName
{
border-color: #DB3D4C;
}
.TagClassName
{
border-color: #DB3D4C;
}
</style>