Shades of Amaranth #DB384B
Tints of Amaranth #DB384B
RGB
CMYK
RGB Variations
Color information
#DB384B (or 0xDB384B) is known color: Amaranth. HEX triplet: DB, 38 and 4B. RGB value is (219,56,75). Sum of RGB (Red+Green+Blue) = 219+56+75=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB384B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB384B is #24C7B4. Grayscale: #6A6A6A. Windows color (decimal): -2410421 or 4929755. OLE color: 4929755.
HSL color Cylindrical-coordinate representation of color #DB384B: hue angle of 353.01º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB384B is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 75 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.14 |
| HSL | 353.01º | 0.69% | 0.54% | - |
| HSV(B) | 353.01º | 0.74% | 0.86% | - |
| XYZ | 31.9 | 18.4 | 8.53 | - |
| YUV | 106.9 | 110 | 207.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 75 | 0 | 0.74 | 0.66 | 0.14 | 353.01 | 0.69 | 0.54 |
| Hex | DB | 38 | 4B | 0 | 4A | 42 | E | 161 | 45 | 36 |
| Octal | 333 | 70 | 113 | 0 | 112 | 102 | 16 | 541 | 105 | 66 |
| Binary | 11011011 | 111000 | 1001011 | 0 | 1001010 | 1000010 | 1110 | 101100001 | 1000101 | 110110 |
Color Harmonies of #DB384B
Complementary color
Monochromatic Colors of #DB384B
Black with #DB384B
Text Example
Text Example
White with #DB384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB384B; }
p { color: rgb(219,56,75); }
H1.HeaderClassName
{
color: #DB384B;
}
.AnyTagClassName
{
color: #DB384B;
}
</style>
background-color css
<style>
a { background-color: #DB384B; }
a { background-color: rgb(219,56,75); }
div.DivClassName
{
background-color: #DB384B;
}
.BgClassName
{
background-color: #DB384B;
}
</style>
border-color css
<style>
span { border-color: #DB384B; }
span { border-color: rgb(219,56,75); }
td.TdClassName
{
border-color: #DB384B;
}
.TagClassName
{
border-color: #DB384B;
}
</style>