Shades of Amaranth #D9384C
Tints of Amaranth #D9384C
RGB
CMYK
RGB Variations
Color information
#D9384C (or 0xD9384C) is known color: Amaranth. HEX triplet: D9, 38 and 4C. RGB value is (217,56,76). Sum of RGB (Red+Green+Blue) = 217+56+76=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D9384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9384C is #26C7B3. Grayscale: #6A6A6A. Windows color (decimal): -2541492 or 4995289. OLE color: 4995289.
HSL color Cylindrical-coordinate representation of color #D9384C: hue angle of 352.55º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9384C is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 76 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.15 |
| HSL | 352.55º | 0.68% | 0.54% | - |
| HSV(B) | 352.55º | 0.74% | 0.85% | - |
| XYZ | 31.33 | 18.1 | 8.68 | - |
| YUV | 106.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 76 | 0 | 0.74 | 0.65 | 0.15 | 352.55 | 0.68 | 0.54 |
| Hex | D9 | 38 | 4C | 0 | 4A | 41 | F | 161 | 44 | 36 |
| Octal | 331 | 70 | 114 | 0 | 112 | 101 | 17 | 541 | 104 | 66 |
| Binary | 11011001 | 111000 | 1001100 | 0 | 1001010 | 1000001 | 1111 | 101100001 | 1000100 | 110110 |
Color Harmonies of #D9384C
Complementary color
Monochromatic Colors of #D9384C
Black with #D9384C
Text Example
Text Example
White with #D9384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9384C; }
p { color: rgb(217,56,76); }
H1.HeaderClassName
{
color: #D9384C;
}
.AnyTagClassName
{
color: #D9384C;
}
</style>
background-color css
<style>
a { background-color: #D9384C; }
a { background-color: rgb(217,56,76); }
div.DivClassName
{
background-color: #D9384C;
}
.BgClassName
{
background-color: #D9384C;
}
</style>
border-color css
<style>
span { border-color: #D9384C; }
span { border-color: rgb(217,56,76); }
td.TdClassName
{
border-color: #D9384C;
}
.TagClassName
{
border-color: #D9384C;
}
</style>