Shades of Amaranth #DF4150
Tints of Amaranth #DF4150
RGB
CMYK
RGB Variations
Color information
#DF4150 (or 0xDF4150) is known color: Amaranth. HEX triplet: DF, 41 and 50. RGB value is (223,65,80). Sum of RGB (Red+Green+Blue) = 223+65+80=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4150 is #20BEAF. Grayscale: #727272. Windows color (decimal): -2145968 or 5259743. OLE color: 5259743.
HSL color Cylindrical-coordinate representation of color #DF4150: hue angle of 354.3º 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 #DF4150 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 80 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.13 |
| HSL | 354.3º | 0.71% | 0.56% | - |
| HSV(B) | 354.3º | 0.71% | 0.87% | - |
| XYZ | 33.77 | 20.05 | 9.68 | - |
| YUV | 113.95 | 108.85 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 80 | 0 | 0.71 | 0.64 | 0.13 | 354.3 | 0.71 | 0.56 |
| Hex | DF | 41 | 50 | 0 | 47 | 40 | D | 162 | 47 | 38 |
| Octal | 337 | 101 | 120 | 0 | 107 | 100 | 15 | 542 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1010000 | 0 | 1000111 | 1000000 | 1101 | 101100010 | 1000111 | 111000 |
Color Harmonies of #DF4150
Complementary color
Monochromatic Colors of #DF4150
Black with #DF4150
Text Example
Text Example
White with #DF4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4150; }
p { color: rgb(223,65,80); }
H1.HeaderClassName
{
color: #DF4150;
}
.AnyTagClassName
{
color: #DF4150;
}
</style>
background-color css
<style>
a { background-color: #DF4150; }
a { background-color: rgb(223,65,80); }
div.DivClassName
{
background-color: #DF4150;
}
.BgClassName
{
background-color: #DF4150;
}
</style>
border-color css
<style>
span { border-color: #DF4150; }
span { border-color: rgb(223,65,80); }
td.TdClassName
{
border-color: #DF4150;
}
.TagClassName
{
border-color: #DF4150;
}
</style>