Shades of Amaranth #DC2D48
Tints of Amaranth #DC2D48
RGB
CMYK
RGB Variations
Color information
#DC2D48 (or 0xDC2D48) is known color: Amaranth. HEX triplet: DC, 2D and 48. RGB value is (220,45,72). Sum of RGB (Red+Green+Blue) = 220+45+72=337 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.28% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D48 is #23D2B7. Grayscale: #646464. Windows color (decimal): -2347704 or 4730332. OLE color: 4730332.
HSL color Cylindrical-coordinate representation of color #DC2D48: hue angle of 350.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D48 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 72 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.14 |
| HSL | 350.74º | 0.71% | 0.52% | - |
| HSV(B) | 350.74º | 0.8% | 0.86% | - |
| XYZ | 31.62 | 17.56 | 7.85 | - |
| YUV | 100.4 | 111.98 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 72 | 0 | 0.80 | 0.67 | 0.14 | 350.74 | 0.71 | 0.52 |
| Hex | DC | 2D | 48 | 0 | 50 | 43 | E | 15F | 47 | 34 |
| Octal | 334 | 55 | 110 | 0 | 120 | 103 | 16 | 537 | 107 | 64 |
| Binary | 11011100 | 101101 | 1001000 | 0 | 1010000 | 1000011 | 1110 | 101011111 | 1000111 | 110100 |
Color Harmonies of #DC2D48
Complementary color
Monochromatic Colors of #DC2D48
Black with #DC2D48
Text Example
Text Example
White with #DC2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D48; }
p { color: rgb(220,45,72); }
H1.HeaderClassName
{
color: #DC2D48;
}
.AnyTagClassName
{
color: #DC2D48;
}
</style>
background-color css
<style>
a { background-color: #DC2D48; }
a { background-color: rgb(220,45,72); }
div.DivClassName
{
background-color: #DC2D48;
}
.BgClassName
{
background-color: #DC2D48;
}
</style>
border-color css
<style>
span { border-color: #DC2D48; }
span { border-color: rgb(220,45,72); }
td.TdClassName
{
border-color: #DC2D48;
}
.TagClassName
{
border-color: #DC2D48;
}
</style>