Shades of Amaranth #DC384E
Tints of Amaranth #DC384E
RGB
CMYK
RGB Variations
Color information
#DC384E (or 0xDC384E) is known color: Amaranth. HEX triplet: DC, 38 and 4E. RGB value is (220,56,78). Sum of RGB (Red+Green+Blue) = 220+56+78=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC384E is #23C7B1. Grayscale: #6B6B6B. Windows color (decimal): -2344882 or 5126364. OLE color: 5126364.
HSL color Cylindrical-coordinate representation of color #DC384E: hue angle of 351.95º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC384E is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 78 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.14 |
| HSL | 351.95º | 0.7% | 0.54% | - |
| HSV(B) | 351.95º | 0.75% | 0.86% | - |
| XYZ | 32.3 | 18.59 | 9.09 | - |
| YUV | 107.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 78 | 0 | 0.75 | 0.65 | 0.14 | 351.95 | 0.7 | 0.54 |
| Hex | DC | 38 | 4E | 0 | 4B | 41 | E | 160 | 46 | 36 |
| Octal | 334 | 70 | 116 | 0 | 113 | 101 | 16 | 540 | 106 | 66 |
| Binary | 11011100 | 111000 | 1001110 | 0 | 1001011 | 1000001 | 1110 | 101100000 | 1000110 | 110110 |
Color Harmonies of #DC384E
Complementary color
Monochromatic Colors of #DC384E
Black with #DC384E
Text Example
Text Example
White with #DC384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC384E; }
p { color: rgb(220,56,78); }
H1.HeaderClassName
{
color: #DC384E;
}
.AnyTagClassName
{
color: #DC384E;
}
</style>
background-color css
<style>
a { background-color: #DC384E; }
a { background-color: rgb(220,56,78); }
div.DivClassName
{
background-color: #DC384E;
}
.BgClassName
{
background-color: #DC384E;
}
</style>
border-color css
<style>
span { border-color: #DC384E; }
span { border-color: rgb(220,56,78); }
td.TdClassName
{
border-color: #DC384E;
}
.TagClassName
{
border-color: #DC384E;
}
</style>