Shades of Amaranth #DE284C
Tints of Amaranth #DE284C
RGB
CMYK
RGB Variations
Color information
#DE284C (or 0xDE284C) is known color: Amaranth. HEX triplet: DE, 28 and 4C. RGB value is (222,40,76). Sum of RGB (Red+Green+Blue) = 222+40+76=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE284C is #21D7B3. Grayscale: #626262. Windows color (decimal): -2217908 or 4991198. OLE color: 4991198.
HSL color Cylindrical-coordinate representation of color #DE284C: hue angle of 348.13º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE284C is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 76 | - |
| CMYK | 0 | 0.82 | 0.66 | 0.13 |
| HSL | 348.13º | 0.73% | 0.51% | - |
| HSV(B) | 348.13º | 0.82% | 0.87% | - |
| XYZ | 32.19 | 17.57 | 8.53 | - |
| YUV | 98.52 | 115.3 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 76 | 0 | 0.82 | 0.66 | 0.13 | 348.13 | 0.73 | 0.51 |
| Hex | DE | 28 | 4C | 0 | 52 | 42 | D | 15C | 49 | 33 |
| Octal | 336 | 50 | 114 | 0 | 122 | 102 | 15 | 534 | 111 | 63 |
| Binary | 11011110 | 101000 | 1001100 | 0 | 1010010 | 1000010 | 1101 | 101011100 | 1001001 | 110011 |
Color Harmonies of #DE284C
Complementary color
Monochromatic Colors of #DE284C
Black with #DE284C
Text Example
Text Example
White with #DE284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE284C; }
p { color: rgb(222,40,76); }
H1.HeaderClassName
{
color: #DE284C;
}
.AnyTagClassName
{
color: #DE284C;
}
</style>
background-color css
<style>
a { background-color: #DE284C; }
a { background-color: rgb(222,40,76); }
div.DivClassName
{
background-color: #DE284C;
}
.BgClassName
{
background-color: #DE284C;
}
</style>
border-color css
<style>
span { border-color: #DE284C; }
span { border-color: rgb(222,40,76); }
td.TdClassName
{
border-color: #DE284C;
}
.TagClassName
{
border-color: #DE284C;
}
</style>