Shades of Amaranth #DC1E52
Tints of Amaranth #DC1E52
RGB
CMYK
RGB Variations
Color information
#DC1E52 (or 0xDC1E52) is known color: Amaranth. HEX triplet: DC, 1E and 52. RGB value is (220,30,82). Sum of RGB (Red+Green+Blue) = 220+30+82=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1E52 is #23E1AD. Grayscale: #5C5C5C. Windows color (decimal): -2351534 or 5381852. OLE color: 5381852.
HSL color Cylindrical-coordinate representation of color #DC1E52: hue angle of 343.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E52 is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 82 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.14 |
| HSL | 343.58º | 0.76% | 0.49% | - |
| HSV(B) | 343.58º | 0.86% | 0.86% | - |
| XYZ | 31.5 | 16.75 | 9.56 | - |
| YUV | 92.74 | 121.95 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 82 | 0 | 0.86 | 0.63 | 0.14 | 343.58 | 0.76 | 0.49 |
| Hex | DC | 1E | 52 | 0 | 56 | 3F | E | 158 | 4C | 31 |
| Octal | 334 | 36 | 122 | 0 | 126 | 77 | 16 | 530 | 114 | 61 |
| Binary | 11011100 | 11110 | 1010010 | 0 | 1010110 | 111111 | 1110 | 101011000 | 1001100 | 110001 |
Color Harmonies of #DC1E52
Complementary color
Monochromatic Colors of #DC1E52
Black with #DC1E52
Text Example
Text Example
White with #DC1E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E52; }
p { color: rgb(220,30,82); }
H1.HeaderClassName
{
color: #DC1E52;
}
.AnyTagClassName
{
color: #DC1E52;
}
</style>
background-color css
<style>
a { background-color: #DC1E52; }
a { background-color: rgb(220,30,82); }
div.DivClassName
{
background-color: #DC1E52;
}
.BgClassName
{
background-color: #DC1E52;
}
</style>
border-color css
<style>
span { border-color: #DC1E52; }
span { border-color: rgb(220,30,82); }
td.TdClassName
{
border-color: #DC1E52;
}
.TagClassName
{
border-color: #DC1E52;
}
</style>