Shades of Amaranth #DC2148
Tints of Amaranth #DC2148
RGB
CMYK
RGB Variations
Color information
#DC2148 (or 0xDC2148) is known color: Amaranth. HEX triplet: DC, 21 and 48. RGB value is (220,33,72). Sum of RGB (Red+Green+Blue) = 220+33+72=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2148 is #23DEB7. Grayscale: #5D5D5D. Windows color (decimal): -2350776 or 4727260. OLE color: 4727260.
HSL color Cylindrical-coordinate representation of color #DC2148: hue angle of 347.49º 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 #DC2148 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 72 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.14 |
| HSL | 347.49º | 0.74% | 0.5% | - |
| HSV(B) | 347.49º | 0.85% | 0.86% | - |
| XYZ | 31.23 | 16.77 | 7.72 | - |
| YUV | 93.36 | 115.95 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 72 | 0 | 0.85 | 0.67 | 0.14 | 347.49 | 0.74 | 0.5 |
| Hex | DC | 21 | 48 | 0 | 55 | 43 | E | 15B | 4A | 32 |
| Octal | 334 | 41 | 110 | 0 | 125 | 103 | 16 | 533 | 112 | 62 |
| Binary | 11011100 | 100001 | 1001000 | 0 | 1010101 | 1000011 | 1110 | 101011011 | 1001010 | 110010 |
Color Harmonies of #DC2148
Complementary color
Monochromatic Colors of #DC2148
Black with #DC2148
Text Example
Text Example
White with #DC2148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2148; }
p { color: rgb(220,33,72); }
H1.HeaderClassName
{
color: #DC2148;
}
.AnyTagClassName
{
color: #DC2148;
}
</style>
background-color css
<style>
a { background-color: #DC2148; }
a { background-color: rgb(220,33,72); }
div.DivClassName
{
background-color: #DC2148;
}
.BgClassName
{
background-color: #DC2148;
}
</style>
border-color css
<style>
span { border-color: #DC2148; }
span { border-color: rgb(220,33,72); }
td.TdClassName
{
border-color: #DC2148;
}
.TagClassName
{
border-color: #DC2148;
}
</style>