Shades of Amaranth #DE334F
Tints of Amaranth #DE334F
RGB
CMYK
RGB Variations
Color information
#DE334F (or 0xDE334F) is known color: Amaranth. HEX triplet: DE, 33 and 4F. RGB value is (222,51,79). Sum of RGB (Red+Green+Blue) = 222+51+79=352 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.07% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 222 - color contains mainly: red. Hex color #DE334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE334F is #21CCB0. Grayscale: #696969. Windows color (decimal): -2215089 or 5190622. OLE color: 5190622.
HSL color Cylindrical-coordinate representation of color #DE334F: hue angle of 350.18º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE334F is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 79 | - |
| CMYK | 0 | 0.77 | 0.64 | 0.13 |
| HSL | 350.18º | 0.72% | 0.54% | - |
| HSV(B) | 350.18º | 0.77% | 0.87% | - |
| XYZ | 32.72 | 18.46 | 9.24 | - |
| YUV | 105.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 79 | 0 | 0.77 | 0.64 | 0.13 | 350.18 | 0.72 | 0.54 |
| Hex | DE | 33 | 4F | 0 | 4D | 40 | D | 15E | 48 | 36 |
| Octal | 336 | 63 | 117 | 0 | 115 | 100 | 15 | 536 | 110 | 66 |
| Binary | 11011110 | 110011 | 1001111 | 0 | 1001101 | 1000000 | 1101 | 101011110 | 1001000 | 110110 |
Color Harmonies of #DE334F
Complementary color
Monochromatic Colors of #DE334F
Black with #DE334F
Text Example
Text Example
White with #DE334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE334F; }
p { color: rgb(222,51,79); }
H1.HeaderClassName
{
color: #DE334F;
}
.AnyTagClassName
{
color: #DE334F;
}
</style>
background-color css
<style>
a { background-color: #DE334F; }
a { background-color: rgb(222,51,79); }
div.DivClassName
{
background-color: #DE334F;
}
.BgClassName
{
background-color: #DE334F;
}
</style>
border-color css
<style>
span { border-color: #DE334F; }
span { border-color: rgb(222,51,79); }
td.TdClassName
{
border-color: #DE334F;
}
.TagClassName
{
border-color: #DE334F;
}
</style>