Shades of Amaranth #DE3F4E
Tints of Amaranth #DE3F4E
RGB
CMYK
RGB Variations
Color information
#DE3F4E (or 0xDE3F4E) is known color: Amaranth. HEX triplet: DE, 3F and 4E. RGB value is (222,63,78). Sum of RGB (Red+Green+Blue) = 222+63+78=363 (48% of max value = 765). Red value is 222 (87.11% from 255 or 61.16% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3F4E is #21C0B1. Grayscale: #707070. Windows color (decimal): -2212018 or 5128158. OLE color: 5128158.
HSL color Cylindrical-coordinate representation of color #DE3F4E: hue angle of 354.34º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE3F4E is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 63 | 78 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.13 |
| HSL | 354.34º | 0.71% | 0.56% | - |
| HSV(B) | 354.34º | 0.72% | 0.87% | - |
| XYZ | 33.28 | 19.63 | 9.24 | - |
| YUV | 112.25 | 108.68 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 63 | 78 | 0 | 0.72 | 0.65 | 0.13 | 354.34 | 0.71 | 0.56 |
| Hex | DE | 3F | 4E | 0 | 48 | 41 | D | 162 | 47 | 38 |
| Octal | 336 | 77 | 116 | 0 | 110 | 101 | 15 | 542 | 107 | 70 |
| Binary | 11011110 | 111111 | 1001110 | 0 | 1001000 | 1000001 | 1101 | 101100010 | 1000111 | 111000 |
Color Harmonies of #DE3F4E
Complementary color
Monochromatic Colors of #DE3F4E
Black with #DE3F4E
Text Example
Text Example
White with #DE3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3F4E; }
p { color: rgb(222,63,78); }
H1.HeaderClassName
{
color: #DE3F4E;
}
.AnyTagClassName
{
color: #DE3F4E;
}
</style>
background-color css
<style>
a { background-color: #DE3F4E; }
a { background-color: rgb(222,63,78); }
div.DivClassName
{
background-color: #DE3F4E;
}
.BgClassName
{
background-color: #DE3F4E;
}
</style>
border-color css
<style>
span { border-color: #DE3F4E; }
span { border-color: rgb(222,63,78); }
td.TdClassName
{
border-color: #DE3F4E;
}
.TagClassName
{
border-color: #DE3F4E;
}
</style>