Shades of Amaranth #DC2152
Tints of Amaranth #DC2152
RGB
CMYK
RGB Variations
Color information
#DC2152 (or 0xDC2152) is known color: Amaranth. HEX triplet: DC, 21 and 52. RGB value is (220,33,82). Sum of RGB (Red+Green+Blue) = 220+33+82=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2152 is #23DEAD. Grayscale: #5E5E5E. Windows color (decimal): -2350766 or 5382620. OLE color: 5382620.
HSL color Cylindrical-coordinate representation of color #DC2152: hue angle of 344.28º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2152 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 82 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.14 |
| HSL | 344.28º | 0.74% | 0.5% | - |
| HSV(B) | 344.28º | 0.85% | 0.86% | - |
| XYZ | 31.58 | 16.91 | 9.58 | - |
| YUV | 94.5 | 120.95 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 82 | 0 | 0.85 | 0.63 | 0.14 | 344.28 | 0.74 | 0.5 |
| Hex | DC | 21 | 52 | 0 | 55 | 3F | E | 158 | 4A | 32 |
| Octal | 334 | 41 | 122 | 0 | 125 | 77 | 16 | 530 | 112 | 62 |
| Binary | 11011100 | 100001 | 1010010 | 0 | 1010101 | 111111 | 1110 | 101011000 | 1001010 | 110010 |
Color Harmonies of #DC2152
Complementary color
Monochromatic Colors of #DC2152
Black with #DC2152
Text Example
Text Example
White with #DC2152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2152; }
p { color: rgb(220,33,82); }
H1.HeaderClassName
{
color: #DC2152;
}
.AnyTagClassName
{
color: #DC2152;
}
</style>
background-color css
<style>
a { background-color: #DC2152; }
a { background-color: rgb(220,33,82); }
div.DivClassName
{
background-color: #DC2152;
}
.BgClassName
{
background-color: #DC2152;
}
</style>
border-color css
<style>
span { border-color: #DC2152; }
span { border-color: rgb(220,33,82); }
td.TdClassName
{
border-color: #DC2152;
}
.TagClassName
{
border-color: #DC2152;
}
</style>