Shades of Amaranth #DF3052
Tints of Amaranth #DF3052
RGB
CMYK
RGB Variations
Color information
#DF3052 (or 0xDF3052) is known color: Amaranth. HEX triplet: DF, 30 and 52. RGB value is (223,48,82). Sum of RGB (Red+Green+Blue) = 223+48+82=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3052 is #20CFAD. Grayscale: #686868. Windows color (decimal): -2150318 or 5386463. OLE color: 5386463.
HSL color Cylindrical-coordinate representation of color #DF3052: hue angle of 348.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3052 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 82 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.13 |
| HSL | 348.34º | 0.73% | 0.53% | - |
| HSV(B) | 348.34º | 0.78% | 0.87% | - |
| XYZ | 33.01 | 18.41 | 9.8 | - |
| YUV | 104.2 | 115.48 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 82 | 0 | 0.78 | 0.63 | 0.13 | 348.34 | 0.73 | 0.53 |
| Hex | DF | 30 | 52 | 0 | 4E | 3F | D | 15C | 49 | 35 |
| Octal | 337 | 60 | 122 | 0 | 116 | 77 | 15 | 534 | 111 | 65 |
| Binary | 11011111 | 110000 | 1010010 | 0 | 1001110 | 111111 | 1101 | 101011100 | 1001001 | 110101 |
Color Harmonies of #DF3052
Complementary color
Monochromatic Colors of #DF3052
Black with #DF3052
Text Example
Text Example
White with #DF3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3052; }
p { color: rgb(223,48,82); }
H1.HeaderClassName
{
color: #DF3052;
}
.AnyTagClassName
{
color: #DF3052;
}
</style>
background-color css
<style>
a { background-color: #DF3052; }
a { background-color: rgb(223,48,82); }
div.DivClassName
{
background-color: #DF3052;
}
.BgClassName
{
background-color: #DF3052;
}
</style>
border-color css
<style>
span { border-color: #DF3052; }
span { border-color: rgb(223,48,82); }
td.TdClassName
{
border-color: #DF3052;
}
.TagClassName
{
border-color: #DF3052;
}
</style>