Shades of Amaranth #DC1C52
Tints of Amaranth #DC1C52
RGB
CMYK
RGB Variations
Color information
#DC1C52 (or 0xDC1C52) is known color: Amaranth. HEX triplet: DC, 1C and 52. RGB value is (220,28,82). Sum of RGB (Red+Green+Blue) = 220+28+82=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1C52 is #23E3AD. Grayscale: #5B5B5B. Windows color (decimal): -2352046 or 5381340. OLE color: 5381340.
HSL color Cylindrical-coordinate representation of color #DC1C52: hue angle of 343.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC1C52 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 28 | 82 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.14 |
| HSL | 343.13º | 0.77% | 0.49% | - |
| HSV(B) | 343.13º | 0.87% | 0.86% | - |
| XYZ | 31.45 | 16.66 | 9.54 | - |
| YUV | 91.56 | 122.61 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 28 | 82 | 0 | 0.87 | 0.63 | 0.14 | 343.13 | 0.77 | 0.49 |
| Hex | DC | 1C | 52 | 0 | 57 | 3F | E | 157 | 4D | 31 |
| Octal | 334 | 34 | 122 | 0 | 127 | 77 | 16 | 527 | 115 | 61 |
| Binary | 11011100 | 11100 | 1010010 | 0 | 1010111 | 111111 | 1110 | 101010111 | 1001101 | 110001 |
Color Harmonies of #DC1C52
Complementary color
Monochromatic Colors of #DC1C52
Black with #DC1C52
Text Example
Text Example
White with #DC1C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1C52; }
p { color: rgb(220,28,82); }
H1.HeaderClassName
{
color: #DC1C52;
}
.AnyTagClassName
{
color: #DC1C52;
}
</style>
background-color css
<style>
a { background-color: #DC1C52; }
a { background-color: rgb(220,28,82); }
div.DivClassName
{
background-color: #DC1C52;
}
.BgClassName
{
background-color: #DC1C52;
}
</style>
border-color css
<style>
span { border-color: #DC1C52; }
span { border-color: rgb(220,28,82); }
td.TdClassName
{
border-color: #DC1C52;
}
.TagClassName
{
border-color: #DC1C52;
}
</style>