Shades of Amaranth #DE2753
Tints of Amaranth #DE2753
RGB
CMYK
RGB Variations
Color information
#DE2753 (or 0xDE2753) is known color: Amaranth. HEX triplet: DE, 27 and 53. RGB value is (222,39,83). Sum of RGB (Red+Green+Blue) = 222+39+83=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2753 is #21D8AC. Grayscale: #626262. Windows color (decimal): -2218157 or 5449694. OLE color: 5449694.
HSL color Cylindrical-coordinate representation of color #DE2753: hue angle of 345.57º 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 #DE2753 is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 83 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.13 |
| HSL | 345.57º | 0.73% | 0.51% | - |
| HSV(B) | 345.57º | 0.82% | 0.87% | - |
| XYZ | 32.41 | 17.61 | 9.87 | - |
| YUV | 98.73 | 119.13 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 83 | 0 | 0.82 | 0.63 | 0.13 | 345.57 | 0.73 | 0.51 |
| Hex | DE | 27 | 53 | 0 | 52 | 3F | D | 15A | 49 | 33 |
| Octal | 336 | 47 | 123 | 0 | 122 | 77 | 15 | 532 | 111 | 63 |
| Binary | 11011110 | 100111 | 1010011 | 0 | 1010010 | 111111 | 1101 | 101011010 | 1001001 | 110011 |
Color Harmonies of #DE2753
Complementary color
Monochromatic Colors of #DE2753
Black with #DE2753
Text Example
Text Example
White with #DE2753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2753; }
p { color: rgb(222,39,83); }
H1.HeaderClassName
{
color: #DE2753;
}
.AnyTagClassName
{
color: #DE2753;
}
</style>
background-color css
<style>
a { background-color: #DE2753; }
a { background-color: rgb(222,39,83); }
div.DivClassName
{
background-color: #DE2753;
}
.BgClassName
{
background-color: #DE2753;
}
</style>
border-color css
<style>
span { border-color: #DE2753; }
span { border-color: rgb(222,39,83); }
td.TdClassName
{
border-color: #DE2753;
}
.TagClassName
{
border-color: #DE2753;
}
</style>