Shades of Amaranth #DC3D4E
Tints of Amaranth #DC3D4E
RGB
CMYK
RGB Variations
Color information
#DC3D4E (or 0xDC3D4E) is known color: Amaranth. HEX triplet: DC, 3D and 4E. RGB value is (220,61,78). Sum of RGB (Red+Green+Blue) = 220+61+78=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D4E is #23C2B1. Grayscale: #6E6E6E. Windows color (decimal): -2343602 or 5127644. OLE color: 5127644.
HSL color Cylindrical-coordinate representation of color #DC3D4E: hue angle of 353.58º 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 #DC3D4E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 78 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.14 |
| HSL | 353.58º | 0.69% | 0.55% | - |
| HSV(B) | 353.58º | 0.72% | 0.86% | - |
| XYZ | 32.56 | 19.1 | 9.18 | - |
| YUV | 110.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 78 | 0 | 0.72 | 0.65 | 0.14 | 353.58 | 0.69 | 0.55 |
| Hex | DC | 3D | 4E | 0 | 48 | 41 | E | 162 | 45 | 37 |
| Octal | 334 | 75 | 116 | 0 | 110 | 101 | 16 | 542 | 105 | 67 |
| Binary | 11011100 | 111101 | 1001110 | 0 | 1001000 | 1000001 | 1110 | 101100010 | 1000101 | 110111 |
Color Harmonies of #DC3D4E
Complementary color
Monochromatic Colors of #DC3D4E
Black with #DC3D4E
Text Example
Text Example
White with #DC3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D4E; }
p { color: rgb(220,61,78); }
H1.HeaderClassName
{
color: #DC3D4E;
}
.AnyTagClassName
{
color: #DC3D4E;
}
</style>
background-color css
<style>
a { background-color: #DC3D4E; }
a { background-color: rgb(220,61,78); }
div.DivClassName
{
background-color: #DC3D4E;
}
.BgClassName
{
background-color: #DC3D4E;
}
</style>
border-color css
<style>
span { border-color: #DC3D4E; }
span { border-color: rgb(220,61,78); }
td.TdClassName
{
border-color: #DC3D4E;
}
.TagClassName
{
border-color: #DC3D4E;
}
</style>