Shades of Amaranth #DF4051
Tints of Amaranth #DF4051
RGB
CMYK
RGB Variations
Color information
#DF4051 (or 0xDF4051) is known color: Amaranth. HEX triplet: DF, 40 and 51. RGB value is (223,64,81). Sum of RGB (Red+Green+Blue) = 223+64+81=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 81 (32.03% from 255 or 22.01% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4051 is #20BFAE. Grayscale: #717171. Windows color (decimal): -2146223 or 5325023. OLE color: 5325023.
HSL color Cylindrical-coordinate representation of color #DF4051: hue angle of 353.58º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4051 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 81 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.13 |
| HSL | 353.58º | 0.71% | 0.56% | - |
| HSV(B) | 353.58º | 0.71% | 0.87% | - |
| XYZ | 33.75 | 19.95 | 9.86 | - |
| YUV | 113.48 | 109.68 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 81 | 0 | 0.71 | 0.64 | 0.13 | 353.58 | 0.71 | 0.56 |
| Hex | DF | 40 | 51 | 0 | 47 | 40 | D | 162 | 47 | 38 |
| Octal | 337 | 100 | 121 | 0 | 107 | 100 | 15 | 542 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1010001 | 0 | 1000111 | 1000000 | 1101 | 101100010 | 1000111 | 111000 |
Color Harmonies of #DF4051
Complementary color
Monochromatic Colors of #DF4051
Black with #DF4051
Text Example
Text Example
White with #DF4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4051; }
p { color: rgb(223,64,81); }
H1.HeaderClassName
{
color: #DF4051;
}
.AnyTagClassName
{
color: #DF4051;
}
</style>
background-color css
<style>
a { background-color: #DF4051; }
a { background-color: rgb(223,64,81); }
div.DivClassName
{
background-color: #DF4051;
}
.BgClassName
{
background-color: #DF4051;
}
</style>
border-color css
<style>
span { border-color: #DF4051; }
span { border-color: rgb(223,64,81); }
td.TdClassName
{
border-color: #DF4051;
}
.TagClassName
{
border-color: #DF4051;
}
</style>