Shades of Amaranth #DF3A54
Tints of Amaranth #DF3A54
RGB
CMYK
RGB Variations
Color information
#DF3A54 (or 0xDF3A54) is known color: Amaranth. HEX triplet: DF, 3A and 54. RGB value is (223,58,84). Sum of RGB (Red+Green+Blue) = 223+58+84=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3A54 is #20C5AB. Grayscale: #6E6E6E. Windows color (decimal): -2147756 or 5520095. OLE color: 5520095.
HSL color Cylindrical-coordinate representation of color #DF3A54: hue angle of 350.55º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3A54 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 84 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.13 |
| HSL | 350.55º | 0.72% | 0.55% | - |
| HSV(B) | 350.55º | 0.74% | 0.87% | - |
| XYZ | 33.54 | 19.35 | 10.36 | - |
| YUV | 110.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 84 | 0 | 0.74 | 0.62 | 0.13 | 350.55 | 0.72 | 0.55 |
| Hex | DF | 3A | 54 | 0 | 4A | 3E | D | 15F | 48 | 37 |
| Octal | 337 | 72 | 124 | 0 | 112 | 76 | 15 | 537 | 110 | 67 |
| Binary | 11011111 | 111010 | 1010100 | 0 | 1001010 | 111110 | 1101 | 101011111 | 1001000 | 110111 |
Color Harmonies of #DF3A54
Complementary color
Monochromatic Colors of #DF3A54
Black with #DF3A54
Text Example
Text Example
White with #DF3A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A54; }
p { color: rgb(223,58,84); }
H1.HeaderClassName
{
color: #DF3A54;
}
.AnyTagClassName
{
color: #DF3A54;
}
</style>
background-color css
<style>
a { background-color: #DF3A54; }
a { background-color: rgb(223,58,84); }
div.DivClassName
{
background-color: #DF3A54;
}
.BgClassName
{
background-color: #DF3A54;
}
</style>
border-color css
<style>
span { border-color: #DF3A54; }
span { border-color: rgb(223,58,84); }
td.TdClassName
{
border-color: #DF3A54;
}
.TagClassName
{
border-color: #DF3A54;
}
</style>