Shades of Amaranth #DC3F55
Tints of Amaranth #DC3F55
RGB
CMYK
RGB Variations
Color information
#DC3F55 (or 0xDC3F55) is known color: Amaranth. HEX triplet: DC, 3F and 55. RGB value is (220,63,85). Sum of RGB (Red+Green+Blue) = 220+63+85=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F55 is #23C0AA. Grayscale: #707070. Windows color (decimal): -2343083 or 5586908. OLE color: 5586908.
HSL color Cylindrical-coordinate representation of color #DC3F55: hue angle of 351.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F55 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 85 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.14 |
| HSL | 351.59º | 0.69% | 0.55% | - |
| HSV(B) | 351.59º | 0.71% | 0.86% | - |
| XYZ | 32.93 | 19.43 | 10.61 | - |
| YUV | 112.45 | 112.51 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 85 | 0 | 0.71 | 0.61 | 0.14 | 351.59 | 0.69 | 0.55 |
| Hex | DC | 3F | 55 | 0 | 47 | 3D | E | 160 | 45 | 37 |
| Octal | 334 | 77 | 125 | 0 | 107 | 75 | 16 | 540 | 105 | 67 |
| Binary | 11011100 | 111111 | 1010101 | 0 | 1000111 | 111101 | 1110 | 101100000 | 1000101 | 110111 |
Color Harmonies of #DC3F55
Complementary color
Monochromatic Colors of #DC3F55
Black with #DC3F55
Text Example
Text Example
White with #DC3F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F55; }
p { color: rgb(220,63,85); }
H1.HeaderClassName
{
color: #DC3F55;
}
.AnyTagClassName
{
color: #DC3F55;
}
</style>
background-color css
<style>
a { background-color: #DC3F55; }
a { background-color: rgb(220,63,85); }
div.DivClassName
{
background-color: #DC3F55;
}
.BgClassName
{
background-color: #DC3F55;
}
</style>
border-color css
<style>
span { border-color: #DC3F55; }
span { border-color: rgb(220,63,85); }
td.TdClassName
{
border-color: #DC3F55;
}
.TagClassName
{
border-color: #DC3F55;
}
</style>