Shades of Amaranth #DC3C51
Tints of Amaranth #DC3C51
RGB
CMYK
RGB Variations
Color information
#DC3C51 (or 0xDC3C51) is known color: Amaranth. HEX triplet: DC, 3C and 51. RGB value is (220,60,81). Sum of RGB (Red+Green+Blue) = 220+60+81=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3C51 is #23C3AE. Grayscale: #6E6E6E. Windows color (decimal): -2343855 or 5323996. OLE color: 5323996.
HSL color Cylindrical-coordinate representation of color #DC3C51: hue angle of 352.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3C51 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 81 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.14 |
| HSL | 352.13º | 0.7% | 0.55% | - |
| HSV(B) | 352.13º | 0.73% | 0.86% | - |
| XYZ | 32.62 | 19.04 | 9.74 | - |
| YUV | 110.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 81 | 0 | 0.73 | 0.63 | 0.14 | 352.13 | 0.7 | 0.55 |
| Hex | DC | 3C | 51 | 0 | 49 | 3F | E | 160 | 46 | 37 |
| Octal | 334 | 74 | 121 | 0 | 111 | 77 | 16 | 540 | 106 | 67 |
| Binary | 11011100 | 111100 | 1010001 | 0 | 1001001 | 111111 | 1110 | 101100000 | 1000110 | 110111 |
Color Harmonies of #DC3C51
Complementary color
Monochromatic Colors of #DC3C51
Black with #DC3C51
Text Example
Text Example
White with #DC3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C51; }
p { color: rgb(220,60,81); }
H1.HeaderClassName
{
color: #DC3C51;
}
.AnyTagClassName
{
color: #DC3C51;
}
</style>
background-color css
<style>
a { background-color: #DC3C51; }
a { background-color: rgb(220,60,81); }
div.DivClassName
{
background-color: #DC3C51;
}
.BgClassName
{
background-color: #DC3C51;
}
</style>
border-color css
<style>
span { border-color: #DC3C51; }
span { border-color: rgb(220,60,81); }
td.TdClassName
{
border-color: #DC3C51;
}
.TagClassName
{
border-color: #DC3C51;
}
</style>