Shades of Amaranth #DC3453
Tints of Amaranth #DC3453
RGB
CMYK
RGB Variations
Color information
#DC3453 (or 0xDC3453) is known color: Amaranth. HEX triplet: DC, 34 and 53. RGB value is (220,52,83). Sum of RGB (Red+Green+Blue) = 220+52+83=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3453 is #23CBAC. Grayscale: #696969. Windows color (decimal): -2345901 or 5453020. OLE color: 5453020.
HSL color Cylindrical-coordinate representation of color #DC3453: hue angle of 348.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3453 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 83 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.14 |
| HSL | 348.93º | 0.71% | 0.53% | - |
| HSV(B) | 348.93º | 0.76% | 0.86% | - |
| XYZ | 32.3 | 18.3 | 10.01 | - |
| YUV | 105.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 83 | 0 | 0.76 | 0.62 | 0.14 | 348.93 | 0.71 | 0.53 |
| Hex | DC | 34 | 53 | 0 | 4C | 3E | E | 15D | 47 | 35 |
| Octal | 334 | 64 | 123 | 0 | 114 | 76 | 16 | 535 | 107 | 65 |
| Binary | 11011100 | 110100 | 1010011 | 0 | 1001100 | 111110 | 1110 | 101011101 | 1000111 | 110101 |
Color Harmonies of #DC3453
Complementary color
Monochromatic Colors of #DC3453
Black with #DC3453
Text Example
Text Example
White with #DC3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3453; }
p { color: rgb(220,52,83); }
H1.HeaderClassName
{
color: #DC3453;
}
.AnyTagClassName
{
color: #DC3453;
}
</style>
background-color css
<style>
a { background-color: #DC3453; }
a { background-color: rgb(220,52,83); }
div.DivClassName
{
background-color: #DC3453;
}
.BgClassName
{
background-color: #DC3453;
}
</style>
border-color css
<style>
span { border-color: #DC3453; }
span { border-color: rgb(220,52,83); }
td.TdClassName
{
border-color: #DC3453;
}
.TagClassName
{
border-color: #DC3453;
}
</style>