Shades of Amaranth #DC3B55
Tints of Amaranth #DC3B55
RGB
CMYK
RGB Variations
Color information
#DC3B55 (or 0xDC3B55) is known color: Amaranth. HEX triplet: DC, 3B and 55. RGB value is (220,59,85). Sum of RGB (Red+Green+Blue) = 220+59+85=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B55 is #23C4AA. Grayscale: #6E6E6E. Windows color (decimal): -2344107 or 5585884. OLE color: 5585884.
HSL color Cylindrical-coordinate representation of color #DC3B55: hue angle of 350.31º 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 #DC3B55 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 85 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.14 |
| HSL | 350.31º | 0.7% | 0.55% | - |
| HSV(B) | 350.31º | 0.73% | 0.86% | - |
| XYZ | 32.72 | 19 | 10.54 | - |
| YUV | 110.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 85 | 0 | 0.73 | 0.61 | 0.14 | 350.31 | 0.7 | 0.55 |
| Hex | DC | 3B | 55 | 0 | 49 | 3D | E | 15E | 46 | 37 |
| Octal | 334 | 73 | 125 | 0 | 111 | 75 | 16 | 536 | 106 | 67 |
| Binary | 11011100 | 111011 | 1010101 | 0 | 1001001 | 111101 | 1110 | 101011110 | 1000110 | 110111 |
Color Harmonies of #DC3B55
Complementary color
Monochromatic Colors of #DC3B55
Black with #DC3B55
Text Example
Text Example
White with #DC3B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B55; }
p { color: rgb(220,59,85); }
H1.HeaderClassName
{
color: #DC3B55;
}
.AnyTagClassName
{
color: #DC3B55;
}
</style>
background-color css
<style>
a { background-color: #DC3B55; }
a { background-color: rgb(220,59,85); }
div.DivClassName
{
background-color: #DC3B55;
}
.BgClassName
{
background-color: #DC3B55;
}
</style>
border-color css
<style>
span { border-color: #DC3B55; }
span { border-color: rgb(220,59,85); }
td.TdClassName
{
border-color: #DC3B55;
}
.TagClassName
{
border-color: #DC3B55;
}
</style>