Shades of Amaranth #DB324B
Tints of Amaranth #DB324B
RGB
CMYK
RGB Variations
Color information
#DB324B (or 0xDB324B) is known color: Amaranth. HEX triplet: DB, 32 and 4B. RGB value is (219,50,75). Sum of RGB (Red+Green+Blue) = 219+50+75=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB324B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB324B is #24CDB4. Grayscale: #676767. Windows color (decimal): -2411957 or 4928219. OLE color: 4928219.
HSL color Cylindrical-coordinate representation of color #DB324B: hue angle of 351.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB324B is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 50 | 75 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.14 |
| HSL | 351.12º | 0.7% | 0.53% | - |
| HSV(B) | 351.12º | 0.77% | 0.86% | - |
| XYZ | 31.62 | 17.85 | 8.44 | - |
| YUV | 103.38 | 111.99 | 210.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 50 | 75 | 0 | 0.77 | 0.66 | 0.14 | 351.12 | 0.7 | 0.53 |
| Hex | DB | 32 | 4B | 0 | 4D | 42 | E | 15F | 46 | 35 |
| Octal | 333 | 62 | 113 | 0 | 115 | 102 | 16 | 537 | 106 | 65 |
| Binary | 11011011 | 110010 | 1001011 | 0 | 1001101 | 1000010 | 1110 | 101011111 | 1000110 | 110101 |
Color Harmonies of #DB324B
Complementary color
Monochromatic Colors of #DB324B
Black with #DB324B
Text Example
Text Example
White with #DB324B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB324B; }
p { color: rgb(219,50,75); }
H1.HeaderClassName
{
color: #DB324B;
}
.AnyTagClassName
{
color: #DB324B;
}
</style>
background-color css
<style>
a { background-color: #DB324B; }
a { background-color: rgb(219,50,75); }
div.DivClassName
{
background-color: #DB324B;
}
.BgClassName
{
background-color: #DB324B;
}
</style>
border-color css
<style>
span { border-color: #DB324B; }
span { border-color: rgb(219,50,75); }
td.TdClassName
{
border-color: #DB324B;
}
.TagClassName
{
border-color: #DB324B;
}
</style>