Shades of Amaranth #DC2355
Tints of Amaranth #DC2355
RGB
CMYK
RGB Variations
Color information
#DC2355 (or 0xDC2355) is known color: Amaranth. HEX triplet: DC, 23 and 55. RGB value is (220,35,85). Sum of RGB (Red+Green+Blue) = 220+35+85=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2355 is #23DCAA. Grayscale: #606060. Windows color (decimal): -2350251 or 5579740. OLE color: 5579740.
HSL color Cylindrical-coordinate representation of color #DC2355: hue angle of 343.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2355 is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 85 | - |
| CMYK | 0 | 0.84 | 0.61 | 0.14 |
| HSL | 343.78º | 0.73% | 0.5% | - |
| HSV(B) | 343.78º | 0.84% | 0.86% | - |
| XYZ | 31.76 | 17.07 | 10.22 | - |
| YUV | 96.02 | 121.79 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 85 | 0 | 0.84 | 0.61 | 0.14 | 343.78 | 0.73 | 0.5 |
| Hex | DC | 23 | 55 | 0 | 54 | 3D | E | 158 | 49 | 32 |
| Octal | 334 | 43 | 125 | 0 | 124 | 75 | 16 | 530 | 111 | 62 |
| Binary | 11011100 | 100011 | 1010101 | 0 | 1010100 | 111101 | 1110 | 101011000 | 1001001 | 110010 |
Color Harmonies of #DC2355
Complementary color
Monochromatic Colors of #DC2355
Black with #DC2355
Text Example
Text Example
White with #DC2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2355; }
p { color: rgb(220,35,85); }
H1.HeaderClassName
{
color: #DC2355;
}
.AnyTagClassName
{
color: #DC2355;
}
</style>
background-color css
<style>
a { background-color: #DC2355; }
a { background-color: rgb(220,35,85); }
div.DivClassName
{
background-color: #DC2355;
}
.BgClassName
{
background-color: #DC2355;
}
</style>
border-color css
<style>
span { border-color: #DC2355; }
span { border-color: rgb(220,35,85); }
td.TdClassName
{
border-color: #DC2355;
}
.TagClassName
{
border-color: #DC2355;
}
</style>