Shades of Amaranth #DC3153
Tints of Amaranth #DC3153
RGB
CMYK
RGB Variations
Color information
#DC3153 (or 0xDC3153) is known color: Amaranth. HEX triplet: DC, 31 and 53. RGB value is (220,49,83). Sum of RGB (Red+Green+Blue) = 220+49+83=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3153 is #23CEAC. Grayscale: #686868. Windows color (decimal): -2346669 or 5452252. OLE color: 5452252.
HSL color Cylindrical-coordinate representation of color #DC3153: hue angle of 348.07º 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 #DC3153 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 83 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.14 |
| HSL | 348.07º | 0.71% | 0.53% | - |
| HSV(B) | 348.07º | 0.78% | 0.86% | - |
| XYZ | 32.17 | 18.04 | 9.97 | - |
| YUV | 104.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 83 | 0 | 0.78 | 0.62 | 0.14 | 348.07 | 0.71 | 0.53 |
| Hex | DC | 31 | 53 | 0 | 4E | 3E | E | 15C | 47 | 35 |
| Octal | 334 | 61 | 123 | 0 | 116 | 76 | 16 | 534 | 107 | 65 |
| Binary | 11011100 | 110001 | 1010011 | 0 | 1001110 | 111110 | 1110 | 101011100 | 1000111 | 110101 |
Color Harmonies of #DC3153
Complementary color
Monochromatic Colors of #DC3153
Black with #DC3153
Text Example
Text Example
White with #DC3153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3153; }
p { color: rgb(220,49,83); }
H1.HeaderClassName
{
color: #DC3153;
}
.AnyTagClassName
{
color: #DC3153;
}
</style>
background-color css
<style>
a { background-color: #DC3153; }
a { background-color: rgb(220,49,83); }
div.DivClassName
{
background-color: #DC3153;
}
.BgClassName
{
background-color: #DC3153;
}
</style>
border-color css
<style>
span { border-color: #DC3153; }
span { border-color: rgb(220,49,83); }
td.TdClassName
{
border-color: #DC3153;
}
.TagClassName
{
border-color: #DC3153;
}
</style>