Shades of Amaranth #DC3D4F
Tints of Amaranth #DC3D4F
RGB
CMYK
RGB Variations
Color information
#DC3D4F (or 0xDC3D4F) is known color: Amaranth. HEX triplet: DC, 3D and 4F. RGB value is (220,61,79). Sum of RGB (Red+Green+Blue) = 220+61+79=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D4F is #23C2B0. Grayscale: #6E6E6E. Windows color (decimal): -2343601 or 5193180. OLE color: 5193180.
HSL color Cylindrical-coordinate representation of color #DC3D4F: hue angle of 353.21º 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 #DC3D4F is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 79 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.14 |
| HSL | 353.21º | 0.69% | 0.55% | - |
| HSV(B) | 353.21º | 0.72% | 0.86% | - |
| XYZ | 32.6 | 19.12 | 9.37 | - |
| YUV | 110.59 | 110.18 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 79 | 0 | 0.72 | 0.64 | 0.14 | 353.21 | 0.69 | 0.55 |
| Hex | DC | 3D | 4F | 0 | 48 | 40 | E | 161 | 45 | 37 |
| Octal | 334 | 75 | 117 | 0 | 110 | 100 | 16 | 541 | 105 | 67 |
| Binary | 11011100 | 111101 | 1001111 | 0 | 1001000 | 1000000 | 1110 | 101100001 | 1000101 | 110111 |
Color Harmonies of #DC3D4F
Complementary color
Monochromatic Colors of #DC3D4F
Black with #DC3D4F
Text Example
Text Example
White with #DC3D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D4F; }
p { color: rgb(220,61,79); }
H1.HeaderClassName
{
color: #DC3D4F;
}
.AnyTagClassName
{
color: #DC3D4F;
}
</style>
background-color css
<style>
a { background-color: #DC3D4F; }
a { background-color: rgb(220,61,79); }
div.DivClassName
{
background-color: #DC3D4F;
}
.BgClassName
{
background-color: #DC3D4F;
}
</style>
border-color css
<style>
span { border-color: #DC3D4F; }
span { border-color: rgb(220,61,79); }
td.TdClassName
{
border-color: #DC3D4F;
}
.TagClassName
{
border-color: #DC3D4F;
}
</style>