Shades of Amaranth #DF3053
Tints of Amaranth #DF3053
RGB
CMYK
RGB Variations
Color information
#DF3053 (or 0xDF3053) is known color: Amaranth. HEX triplet: DF, 30 and 53. RGB value is (223,48,83). Sum of RGB (Red+Green+Blue) = 223+48+83=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3053 is #20CFAC. Grayscale: #686868. Windows color (decimal): -2150317 or 5451999. OLE color: 5451999.
HSL color Cylindrical-coordinate representation of color #DF3053: hue angle of 348º 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 #DF3053 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 83 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.13 |
| HSL | 348º | 0.73% | 0.53% | - |
| HSV(B) | 348º | 0.78% | 0.87% | - |
| XYZ | 33.05 | 18.43 | 10 | - |
| YUV | 104.32 | 115.98 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 83 | 0 | 0.78 | 0.63 | 0.13 | 348 | 0.73 | 0.53 |
| Hex | DF | 30 | 53 | 0 | 4E | 3F | D | 15C | 49 | 35 |
| Octal | 337 | 60 | 123 | 0 | 116 | 77 | 15 | 534 | 111 | 65 |
| Binary | 11011111 | 110000 | 1010011 | 0 | 1001110 | 111111 | 1101 | 101011100 | 1001001 | 110101 |
Color Harmonies of #DF3053
Complementary color
Monochromatic Colors of #DF3053
Black with #DF3053
Text Example
Text Example
White with #DF3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3053; }
p { color: rgb(223,48,83); }
H1.HeaderClassName
{
color: #DF3053;
}
.AnyTagClassName
{
color: #DF3053;
}
</style>
background-color css
<style>
a { background-color: #DF3053; }
a { background-color: rgb(223,48,83); }
div.DivClassName
{
background-color: #DF3053;
}
.BgClassName
{
background-color: #DF3053;
}
</style>
border-color css
<style>
span { border-color: #DF3053; }
span { border-color: rgb(223,48,83); }
td.TdClassName
{
border-color: #DF3053;
}
.TagClassName
{
border-color: #DF3053;
}
</style>