Shades of Amaranth #DC384D
Tints of Amaranth #DC384D
RGB
CMYK
RGB Variations
Color information
#DC384D (or 0xDC384D) is known color: Amaranth. HEX triplet: DC, 38 and 4D. RGB value is (220,56,77). Sum of RGB (Red+Green+Blue) = 220+56+77=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC384D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC384D is #23C7B2. Grayscale: #6B6B6B. Windows color (decimal): -2344883 or 5060828. OLE color: 5060828.
HSL color Cylindrical-coordinate representation of color #DC384D: hue angle of 352.32º 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 #DC384D is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 77 | - |
| CMYK | 0 | 0.75 | 0.65 | 0.14 |
| HSL | 352.32º | 0.7% | 0.54% | - |
| HSV(B) | 352.32º | 0.75% | 0.86% | - |
| XYZ | 32.27 | 18.58 | 8.91 | - |
| YUV | 107.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 77 | 0 | 0.75 | 0.65 | 0.14 | 352.32 | 0.7 | 0.54 |
| Hex | DC | 38 | 4D | 0 | 4B | 41 | E | 160 | 46 | 36 |
| Octal | 334 | 70 | 115 | 0 | 113 | 101 | 16 | 540 | 106 | 66 |
| Binary | 11011100 | 111000 | 1001101 | 0 | 1001011 | 1000001 | 1110 | 101100000 | 1000110 | 110110 |
Color Harmonies of #DC384D
Complementary color
Monochromatic Colors of #DC384D
Black with #DC384D
Text Example
Text Example
White with #DC384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC384D; }
p { color: rgb(220,56,77); }
H1.HeaderClassName
{
color: #DC384D;
}
.AnyTagClassName
{
color: #DC384D;
}
</style>
background-color css
<style>
a { background-color: #DC384D; }
a { background-color: rgb(220,56,77); }
div.DivClassName
{
background-color: #DC384D;
}
.BgClassName
{
background-color: #DC384D;
}
</style>
border-color css
<style>
span { border-color: #DC384D; }
span { border-color: rgb(220,56,77); }
td.TdClassName
{
border-color: #DC384D;
}
.TagClassName
{
border-color: #DC384D;
}
</style>