Shades of Amaranth #DC3F50
Tints of Amaranth #DC3F50
RGB
CMYK
RGB Variations
Color information
#DC3F50 (or 0xDC3F50) is known color: Amaranth. HEX triplet: DC, 3F and 50. RGB value is (220,63,80). Sum of RGB (Red+Green+Blue) = 220+63+80=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F50 is #23C0AF. Grayscale: #6F6F6F. Windows color (decimal): -2343088 or 5259228. OLE color: 5259228.
HSL color Cylindrical-coordinate representation of color #DC3F50: hue angle of 353.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F50 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 80 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.14 |
| HSL | 353.5º | 0.69% | 0.55% | - |
| HSV(B) | 353.5º | 0.71% | 0.86% | - |
| XYZ | 32.74 | 19.35 | 9.6 | - |
| YUV | 111.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 80 | 0 | 0.71 | 0.64 | 0.14 | 353.5 | 0.69 | 0.55 |
| Hex | DC | 3F | 50 | 0 | 47 | 40 | E | 162 | 45 | 37 |
| Octal | 334 | 77 | 120 | 0 | 107 | 100 | 16 | 542 | 105 | 67 |
| Binary | 11011100 | 111111 | 1010000 | 0 | 1000111 | 1000000 | 1110 | 101100010 | 1000101 | 110111 |
Color Harmonies of #DC3F50
Complementary color
Monochromatic Colors of #DC3F50
Black with #DC3F50
Text Example
Text Example
White with #DC3F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F50; }
p { color: rgb(220,63,80); }
H1.HeaderClassName
{
color: #DC3F50;
}
.AnyTagClassName
{
color: #DC3F50;
}
</style>
background-color css
<style>
a { background-color: #DC3F50; }
a { background-color: rgb(220,63,80); }
div.DivClassName
{
background-color: #DC3F50;
}
.BgClassName
{
background-color: #DC3F50;
}
</style>
border-color css
<style>
span { border-color: #DC3F50; }
span { border-color: rgb(220,63,80); }
td.TdClassName
{
border-color: #DC3F50;
}
.TagClassName
{
border-color: #DC3F50;
}
</style>