Shades of Amaranth #DC3955
Tints of Amaranth #DC3955
RGB
CMYK
RGB Variations
Color information
#DC3955 (or 0xDC3955) is known color: Amaranth. HEX triplet: DC, 39 and 55. RGB value is (220,57,85). Sum of RGB (Red+Green+Blue) = 220+57+85=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3955 is #23C6AA. Grayscale: #6C6C6C. Windows color (decimal): -2344619 or 5585372. OLE color: 5585372.
HSL color Cylindrical-coordinate representation of color #DC3955: hue angle of 349.69º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC3955 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 57 | 85 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.14 |
| HSL | 349.69º | 0.7% | 0.54% | - |
| HSV(B) | 349.69º | 0.74% | 0.86% | - |
| XYZ | 32.62 | 18.8 | 10.5 | - |
| YUV | 108.93 | 114.5 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 57 | 85 | 0 | 0.74 | 0.61 | 0.14 | 349.69 | 0.7 | 0.54 |
| Hex | DC | 39 | 55 | 0 | 4A | 3D | E | 15E | 46 | 36 |
| Octal | 334 | 71 | 125 | 0 | 112 | 75 | 16 | 536 | 106 | 66 |
| Binary | 11011100 | 111001 | 1010101 | 0 | 1001010 | 111101 | 1110 | 101011110 | 1000110 | 110110 |
Color Harmonies of #DC3955
Complementary color
Monochromatic Colors of #DC3955
Black with #DC3955
Text Example
Text Example
White with #DC3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3955; }
p { color: rgb(220,57,85); }
H1.HeaderClassName
{
color: #DC3955;
}
.AnyTagClassName
{
color: #DC3955;
}
</style>
background-color css
<style>
a { background-color: #DC3955; }
a { background-color: rgb(220,57,85); }
div.DivClassName
{
background-color: #DC3955;
}
.BgClassName
{
background-color: #DC3955;
}
</style>
border-color css
<style>
span { border-color: #DC3955; }
span { border-color: rgb(220,57,85); }
td.TdClassName
{
border-color: #DC3955;
}
.TagClassName
{
border-color: #DC3955;
}
</style>