Shades of Amaranth #DC3D51
Tints of Amaranth #DC3D51
RGB
CMYK
RGB Variations
Color information
#DC3D51 (or 0xDC3D51) is known color: Amaranth. HEX triplet: DC, 3D and 51. RGB value is (220,61,81). Sum of RGB (Red+Green+Blue) = 220+61+81=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D51 is #23C2AE. Grayscale: #6E6E6E. Windows color (decimal): -2343599 or 5324252. OLE color: 5324252.
HSL color Cylindrical-coordinate representation of color #DC3D51: hue angle of 352.45º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D51 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 81 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.14 |
| HSL | 352.45º | 0.69% | 0.55% | - |
| HSV(B) | 352.45º | 0.72% | 0.86% | - |
| XYZ | 32.67 | 19.15 | 9.76 | - |
| YUV | 110.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 81 | 0 | 0.72 | 0.63 | 0.14 | 352.45 | 0.69 | 0.55 |
| Hex | DC | 3D | 51 | 0 | 48 | 3F | E | 160 | 45 | 37 |
| Octal | 334 | 75 | 121 | 0 | 110 | 77 | 16 | 540 | 105 | 67 |
| Binary | 11011100 | 111101 | 1010001 | 0 | 1001000 | 111111 | 1110 | 101100000 | 1000101 | 110111 |
Color Harmonies of #DC3D51
Complementary color
Monochromatic Colors of #DC3D51
Black with #DC3D51
Text Example
Text Example
White with #DC3D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D51; }
p { color: rgb(220,61,81); }
H1.HeaderClassName
{
color: #DC3D51;
}
.AnyTagClassName
{
color: #DC3D51;
}
</style>
background-color css
<style>
a { background-color: #DC3D51; }
a { background-color: rgb(220,61,81); }
div.DivClassName
{
background-color: #DC3D51;
}
.BgClassName
{
background-color: #DC3D51;
}
</style>
border-color css
<style>
span { border-color: #DC3D51; }
span { border-color: rgb(220,61,81); }
td.TdClassName
{
border-color: #DC3D51;
}
.TagClassName
{
border-color: #DC3D51;
}
</style>