Shades of Amaranth #D6384D
Tints of Amaranth #D6384D
RGB
CMYK
RGB Variations
Color information
#D6384D (or 0xD6384D) is known color: Amaranth. HEX triplet: D6, 38 and 4D. RGB value is (214,56,77). Sum of RGB (Red+Green+Blue) = 214+56+77=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D6384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6384D is #29C7B2. Grayscale: #696969. Windows color (decimal): -2738099 or 5060822. OLE color: 5060822.
HSL color Cylindrical-coordinate representation of color #D6384D: hue angle of 352.03º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6384D is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 77 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.16 |
| HSL | 352.03º | 0.66% | 0.53% | - |
| HSV(B) | 352.03º | 0.74% | 0.84% | - |
| XYZ | 30.49 | 17.66 | 8.82 | - |
| YUV | 105.64 | 111.85 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 77 | 0 | 0.74 | 0.64 | 0.16 | 352.03 | 0.66 | 0.53 |
| Hex | D6 | 38 | 4D | 0 | 4A | 40 | 10 | 160 | 42 | 35 |
| Octal | 326 | 70 | 115 | 0 | 112 | 100 | 20 | 540 | 102 | 65 |
| Binary | 11010110 | 111000 | 1001101 | 0 | 1001010 | 1000000 | 10000 | 101100000 | 1000010 | 110101 |
Color Harmonies of #D6384D
Complementary color
Monochromatic Colors of #D6384D
Black with #D6384D
Text Example
Text Example
White with #D6384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6384D; }
p { color: rgb(214,56,77); }
H1.HeaderClassName
{
color: #D6384D;
}
.AnyTagClassName
{
color: #D6384D;
}
</style>
background-color css
<style>
a { background-color: #D6384D; }
a { background-color: rgb(214,56,77); }
div.DivClassName
{
background-color: #D6384D;
}
.BgClassName
{
background-color: #D6384D;
}
</style>
border-color css
<style>
span { border-color: #D6384D; }
span { border-color: rgb(214,56,77); }
td.TdClassName
{
border-color: #D6384D;
}
.TagClassName
{
border-color: #D6384D;
}
</style>