Shades of Amaranth #DC3150
Tints of Amaranth #DC3150
RGB
CMYK
RGB Variations
Color information
#DC3150 (or 0xDC3150) is known color: Amaranth. HEX triplet: DC, 31 and 50. RGB value is (220,49,80). Sum of RGB (Red+Green+Blue) = 220+49+80=349 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.04% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3150 is #23CEAF. Grayscale: #676767. Windows color (decimal): -2346672 or 5255644. OLE color: 5255644.
HSL color Cylindrical-coordinate representation of color #DC3150: hue angle of 349.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3150 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 80 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.14 |
| HSL | 349.12º | 0.71% | 0.53% | - |
| HSV(B) | 349.12º | 0.78% | 0.86% | - |
| XYZ | 32.06 | 17.99 | 9.37 | - |
| YUV | 103.66 | 114.65 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 80 | 0 | 0.78 | 0.64 | 0.14 | 349.12 | 0.71 | 0.53 |
| Hex | DC | 31 | 50 | 0 | 4E | 40 | E | 15D | 47 | 35 |
| Octal | 334 | 61 | 120 | 0 | 116 | 100 | 16 | 535 | 107 | 65 |
| Binary | 11011100 | 110001 | 1010000 | 0 | 1001110 | 1000000 | 1110 | 101011101 | 1000111 | 110101 |
Color Harmonies of #DC3150
Complementary color
Monochromatic Colors of #DC3150
Black with #DC3150
Text Example
Text Example
White with #DC3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3150; }
p { color: rgb(220,49,80); }
H1.HeaderClassName
{
color: #DC3150;
}
.AnyTagClassName
{
color: #DC3150;
}
</style>
background-color css
<style>
a { background-color: #DC3150; }
a { background-color: rgb(220,49,80); }
div.DivClassName
{
background-color: #DC3150;
}
.BgClassName
{
background-color: #DC3150;
}
</style>
border-color css
<style>
span { border-color: #DC3150; }
span { border-color: rgb(220,49,80); }
td.TdClassName
{
border-color: #DC3150;
}
.TagClassName
{
border-color: #DC3150;
}
</style>