Shades of Amaranth #DC3D49
Tints of Amaranth #DC3D49
RGB
CMYK
RGB Variations
Color information
#DC3D49 (or 0xDC3D49) is known color: Amaranth. HEX triplet: DC, 3D and 49. RGB value is (220,61,73). Sum of RGB (Red+Green+Blue) = 220+61+73=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 73 (28.91% from 255 or 20.62% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3D49 is #23C2B6. Grayscale: #6E6E6E. Windows color (decimal): -2343607 or 4799964. OLE color: 4799964.
HSL color Cylindrical-coordinate representation of color #DC3D49: hue angle of 355.47º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D49 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 73 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.14 |
| HSL | 355.47º | 0.69% | 0.55% | - |
| HSV(B) | 355.47º | 0.72% | 0.86% | - |
| XYZ | 32.39 | 19.03 | 8.27 | - |
| YUV | 109.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 73 | 0 | 0.72 | 0.67 | 0.14 | 355.47 | 0.69 | 0.55 |
| Hex | DC | 3D | 49 | 0 | 48 | 43 | E | 163 | 45 | 37 |
| Octal | 334 | 75 | 111 | 0 | 110 | 103 | 16 | 543 | 105 | 67 |
| Binary | 11011100 | 111101 | 1001001 | 0 | 1001000 | 1000011 | 1110 | 101100011 | 1000101 | 110111 |
Color Harmonies of #DC3D49
Complementary color
Monochromatic Colors of #DC3D49
Black with #DC3D49
Text Example
Text Example
White with #DC3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D49; }
p { color: rgb(220,61,73); }
H1.HeaderClassName
{
color: #DC3D49;
}
.AnyTagClassName
{
color: #DC3D49;
}
</style>
background-color css
<style>
a { background-color: #DC3D49; }
a { background-color: rgb(220,61,73); }
div.DivClassName
{
background-color: #DC3D49;
}
.BgClassName
{
background-color: #DC3D49;
}
</style>
border-color css
<style>
span { border-color: #DC3D49; }
span { border-color: rgb(220,61,73); }
td.TdClassName
{
border-color: #DC3D49;
}
.TagClassName
{
border-color: #DC3D49;
}
</style>