Shades of Amaranth #DF2454
Tints of Amaranth #DF2454
RGB
CMYK
RGB Variations
Color information
#DF2454 (or 0xDF2454) is known color: Amaranth. HEX triplet: DF, 24 and 54. RGB value is (223,36,84). Sum of RGB (Red+Green+Blue) = 223+36+84=343 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.01% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2454 is #20DBAB. Grayscale: #616161. Windows color (decimal): -2153388 or 5514463. OLE color: 5514463.
HSL color Cylindrical-coordinate representation of color #DF2454: hue angle of 344.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2454 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 84 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.13 |
| HSL | 344.6º | 0.75% | 0.51% | - |
| HSV(B) | 344.6º | 0.84% | 0.87% | - |
| XYZ | 32.66 | 17.59 | 10.06 | - |
| YUV | 97.39 | 120.45 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 84 | 0 | 0.84 | 0.62 | 0.13 | 344.6 | 0.75 | 0.51 |
| Hex | DF | 24 | 54 | 0 | 54 | 3E | D | 159 | 4B | 33 |
| Octal | 337 | 44 | 124 | 0 | 124 | 76 | 15 | 531 | 113 | 63 |
| Binary | 11011111 | 100100 | 1010100 | 0 | 1010100 | 111110 | 1101 | 101011001 | 1001011 | 110011 |
Color Harmonies of #DF2454
Complementary color
Monochromatic Colors of #DF2454
Black with #DF2454
Text Example
Text Example
White with #DF2454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2454; }
p { color: rgb(223,36,84); }
H1.HeaderClassName
{
color: #DF2454;
}
.AnyTagClassName
{
color: #DF2454;
}
</style>
background-color css
<style>
a { background-color: #DF2454; }
a { background-color: rgb(223,36,84); }
div.DivClassName
{
background-color: #DF2454;
}
.BgClassName
{
background-color: #DF2454;
}
</style>
border-color css
<style>
span { border-color: #DF2454; }
span { border-color: rgb(223,36,84); }
td.TdClassName
{
border-color: #DF2454;
}
.TagClassName
{
border-color: #DF2454;
}
</style>