Shades of Amaranth #DC2D51
Tints of Amaranth #DC2D51
RGB
CMYK
RGB Variations
Color information
#DC2D51 (or 0xDC2D51) is known color: Amaranth. HEX triplet: DC, 2D and 51. RGB value is (220,45,81). Sum of RGB (Red+Green+Blue) = 220+45+81=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D51 is #23D2AE. Grayscale: #656565. Windows color (decimal): -2347695 or 5320156. OLE color: 5320156.
HSL color Cylindrical-coordinate representation of color #DC2D51: hue angle of 347.66º degrees, saturation: 0.71, 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 #DC2D51 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 81 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.14 |
| HSL | 347.66º | 0.71% | 0.52% | - |
| HSV(B) | 347.66º | 0.8% | 0.86% | - |
| XYZ | 31.94 | 17.69 | 9.52 | - |
| YUV | 101.43 | 116.48 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 81 | 0 | 0.80 | 0.63 | 0.14 | 347.66 | 0.71 | 0.52 |
| Hex | DC | 2D | 51 | 0 | 50 | 3F | E | 15C | 47 | 34 |
| Octal | 334 | 55 | 121 | 0 | 120 | 77 | 16 | 534 | 107 | 64 |
| Binary | 11011100 | 101101 | 1010001 | 0 | 1010000 | 111111 | 1110 | 101011100 | 1000111 | 110100 |
Color Harmonies of #DC2D51
Complementary color
Monochromatic Colors of #DC2D51
Black with #DC2D51
Text Example
Text Example
White with #DC2D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D51; }
p { color: rgb(220,45,81); }
H1.HeaderClassName
{
color: #DC2D51;
}
.AnyTagClassName
{
color: #DC2D51;
}
</style>
background-color css
<style>
a { background-color: #DC2D51; }
a { background-color: rgb(220,45,81); }
div.DivClassName
{
background-color: #DC2D51;
}
.BgClassName
{
background-color: #DC2D51;
}
</style>
border-color css
<style>
span { border-color: #DC2D51; }
span { border-color: rgb(220,45,81); }
td.TdClassName
{
border-color: #DC2D51;
}
.TagClassName
{
border-color: #DC2D51;
}
</style>