Shades of Amaranth #DC2B55
Tints of Amaranth #DC2B55
RGB
CMYK
RGB Variations
Color information
#DC2B55 (or 0xDC2B55) is known color: Amaranth. HEX triplet: DC, 2B and 55. RGB value is (220,43,85). Sum of RGB (Red+Green+Blue) = 220+43+85=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B55 is #23D4AA. Grayscale: #646464. Windows color (decimal): -2348203 or 5581788. OLE color: 5581788.
HSL color Cylindrical-coordinate representation of color #DC2B55: hue angle of 345.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B55 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 85 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.14 |
| HSL | 345.76º | 0.72% | 0.52% | - |
| HSV(B) | 345.76º | 0.8% | 0.86% | - |
| XYZ | 32.02 | 17.6 | 10.3 | - |
| YUV | 100.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 85 | 0 | 0.80 | 0.61 | 0.14 | 345.76 | 0.72 | 0.52 |
| Hex | DC | 2B | 55 | 0 | 50 | 3D | E | 15A | 48 | 34 |
| Octal | 334 | 53 | 125 | 0 | 120 | 75 | 16 | 532 | 110 | 64 |
| Binary | 11011100 | 101011 | 1010101 | 0 | 1010000 | 111101 | 1110 | 101011010 | 1001000 | 110100 |
Color Harmonies of #DC2B55
Complementary color
Monochromatic Colors of #DC2B55
Black with #DC2B55
Text Example
Text Example
White with #DC2B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B55; }
p { color: rgb(220,43,85); }
H1.HeaderClassName
{
color: #DC2B55;
}
.AnyTagClassName
{
color: #DC2B55;
}
</style>
background-color css
<style>
a { background-color: #DC2B55; }
a { background-color: rgb(220,43,85); }
div.DivClassName
{
background-color: #DC2B55;
}
.BgClassName
{
background-color: #DC2B55;
}
</style>
border-color css
<style>
span { border-color: #DC2B55; }
span { border-color: rgb(220,43,85); }
td.TdClassName
{
border-color: #DC2B55;
}
.TagClassName
{
border-color: #DC2B55;
}
</style>