Shades of Amaranth #DE3C53
Tints of Amaranth #DE3C53
RGB
CMYK
RGB Variations
Color information
#DE3C53 (or 0xDE3C53) is known color: Amaranth. HEX triplet: DE, 3C and 53. RGB value is (222,60,83). Sum of RGB (Red+Green+Blue) = 222+60+83=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3C53 is #21C3AC. Grayscale: #6F6F6F. Windows color (decimal): -2212781 or 5455070. OLE color: 5455070.
HSL color Cylindrical-coordinate representation of color #DE3C53: hue angle of 351.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3C53 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 60 | 83 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.13 |
| HSL | 351.48º | 0.71% | 0.55% | - |
| HSV(B) | 351.48º | 0.73% | 0.87% | - |
| XYZ | 33.3 | 19.39 | 10.17 | - |
| YUV | 111.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 60 | 83 | 0 | 0.73 | 0.63 | 0.13 | 351.48 | 0.71 | 0.55 |
| Hex | DE | 3C | 53 | 0 | 49 | 3F | D | 15F | 47 | 37 |
| Octal | 336 | 74 | 123 | 0 | 111 | 77 | 15 | 537 | 107 | 67 |
| Binary | 11011110 | 111100 | 1010011 | 0 | 1001001 | 111111 | 1101 | 101011111 | 1000111 | 110111 |
Color Harmonies of #DE3C53
Complementary color
Monochromatic Colors of #DE3C53
Black with #DE3C53
Text Example
Text Example
White with #DE3C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3C53; }
p { color: rgb(222,60,83); }
H1.HeaderClassName
{
color: #DE3C53;
}
.AnyTagClassName
{
color: #DE3C53;
}
</style>
background-color css
<style>
a { background-color: #DE3C53; }
a { background-color: rgb(222,60,83); }
div.DivClassName
{
background-color: #DE3C53;
}
.BgClassName
{
background-color: #DE3C53;
}
</style>
border-color css
<style>
span { border-color: #DE3C53; }
span { border-color: rgb(222,60,83); }
td.TdClassName
{
border-color: #DE3C53;
}
.TagClassName
{
border-color: #DE3C53;
}
</style>