Shades of Amaranth #DF4154
Tints of Amaranth #DF4154
RGB
CMYK
RGB Variations
Color information
#DF4154 (or 0xDF4154) is known color: Amaranth. HEX triplet: DF, 41 and 54. RGB value is (223,65,84). Sum of RGB (Red+Green+Blue) = 223+65+84=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4154 is #20BEAB. Grayscale: #727272. Windows color (decimal): -2145964 or 5521887. OLE color: 5521887.
HSL color Cylindrical-coordinate representation of color #DF4154: hue angle of 352.78º 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 #DF4154 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 84 | - |
| CMYK | 0 | 0.71 | 0.62 | 0.13 |
| HSL | 352.78º | 0.71% | 0.56% | - |
| HSV(B) | 352.78º | 0.71% | 0.87% | - |
| XYZ | 33.92 | 20.11 | 10.48 | - |
| YUV | 114.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 84 | 0 | 0.71 | 0.62 | 0.13 | 352.78 | 0.71 | 0.56 |
| Hex | DF | 41 | 54 | 0 | 47 | 3E | D | 161 | 47 | 38 |
| Octal | 337 | 101 | 124 | 0 | 107 | 76 | 15 | 541 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1010100 | 0 | 1000111 | 111110 | 1101 | 101100001 | 1000111 | 111000 |
Color Harmonies of #DF4154
Complementary color
Monochromatic Colors of #DF4154
Black with #DF4154
Text Example
Text Example
White with #DF4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4154; }
p { color: rgb(223,65,84); }
H1.HeaderClassName
{
color: #DF4154;
}
.AnyTagClassName
{
color: #DF4154;
}
</style>
background-color css
<style>
a { background-color: #DF4154; }
a { background-color: rgb(223,65,84); }
div.DivClassName
{
background-color: #DF4154;
}
.BgClassName
{
background-color: #DF4154;
}
</style>
border-color css
<style>
span { border-color: #DF4154; }
span { border-color: rgb(223,65,84); }
td.TdClassName
{
border-color: #DF4154;
}
.TagClassName
{
border-color: #DF4154;
}
</style>