Shades of Amaranth #DC2154
Tints of Amaranth #DC2154
RGB
CMYK
RGB Variations
Color information
#DC2154 (or 0xDC2154) is known color: Amaranth. HEX triplet: DC, 21 and 54. RGB value is (220,33,84). Sum of RGB (Red+Green+Blue) = 220+33+84=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 84 (33.20% from 255 or 24.93% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2154 is #23DEAB. Grayscale: #5E5E5E. Windows color (decimal): -2350764 or 5513692. OLE color: 5513692.
HSL color Cylindrical-coordinate representation of color #DC2154: hue angle of 343.64º 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 #DC2154 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 84 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.14 |
| HSL | 343.64º | 0.74% | 0.5% | - |
| HSV(B) | 343.64º | 0.85% | 0.86% | - |
| XYZ | 31.66 | 16.94 | 9.99 | - |
| YUV | 94.73 | 121.95 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 84 | 0 | 0.85 | 0.62 | 0.14 | 343.64 | 0.74 | 0.5 |
| Hex | DC | 21 | 54 | 0 | 55 | 3E | E | 158 | 4A | 32 |
| Octal | 334 | 41 | 124 | 0 | 125 | 76 | 16 | 530 | 112 | 62 |
| Binary | 11011100 | 100001 | 1010100 | 0 | 1010101 | 111110 | 1110 | 101011000 | 1001010 | 110010 |
Color Harmonies of #DC2154
Complementary color
Monochromatic Colors of #DC2154
Black with #DC2154
Text Example
Text Example
White with #DC2154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2154; }
p { color: rgb(220,33,84); }
H1.HeaderClassName
{
color: #DC2154;
}
.AnyTagClassName
{
color: #DC2154;
}
</style>
background-color css
<style>
a { background-color: #DC2154; }
a { background-color: rgb(220,33,84); }
div.DivClassName
{
background-color: #DC2154;
}
.BgClassName
{
background-color: #DC2154;
}
</style>
border-color css
<style>
span { border-color: #DC2154; }
span { border-color: rgb(220,33,84); }
td.TdClassName
{
border-color: #DC2154;
}
.TagClassName
{
border-color: #DC2154;
}
</style>