Shades of Amaranth #DC3350
Tints of Amaranth #DC3350
RGB
CMYK
RGB Variations
Color information
#DC3350 (or 0xDC3350) is known color: Amaranth. HEX triplet: DC, 33 and 50. RGB value is (220,51,80). Sum of RGB (Red+Green+Blue) = 220+51+80=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3350 is #23CCAF. Grayscale: #686868. Windows color (decimal): -2346160 or 5256156. OLE color: 5256156.
HSL color Cylindrical-coordinate representation of color #DC3350: hue angle of 349.7º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3350 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 80 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.14 |
| HSL | 349.7º | 0.71% | 0.53% | - |
| HSV(B) | 349.7º | 0.77% | 0.86% | - |
| XYZ | 32.15 | 18.16 | 9.4 | - |
| YUV | 104.84 | 113.99 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 80 | 0 | 0.77 | 0.64 | 0.14 | 349.7 | 0.71 | 0.53 |
| Hex | DC | 33 | 50 | 0 | 4D | 40 | E | 15E | 47 | 35 |
| Octal | 334 | 63 | 120 | 0 | 115 | 100 | 16 | 536 | 107 | 65 |
| Binary | 11011100 | 110011 | 1010000 | 0 | 1001101 | 1000000 | 1110 | 101011110 | 1000111 | 110101 |
Color Harmonies of #DC3350
Complementary color
Monochromatic Colors of #DC3350
Black with #DC3350
Text Example
Text Example
White with #DC3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3350; }
p { color: rgb(220,51,80); }
H1.HeaderClassName
{
color: #DC3350;
}
.AnyTagClassName
{
color: #DC3350;
}
</style>
background-color css
<style>
a { background-color: #DC3350; }
a { background-color: rgb(220,51,80); }
div.DivClassName
{
background-color: #DC3350;
}
.BgClassName
{
background-color: #DC3350;
}
</style>
border-color css
<style>
span { border-color: #DC3350; }
span { border-color: rgb(220,51,80); }
td.TdClassName
{
border-color: #DC3350;
}
.TagClassName
{
border-color: #DC3350;
}
</style>