Shades of Amaranth #DF3B54
Tints of Amaranth #DF3B54
RGB
CMYK
RGB Variations
Color information
#DF3B54 (or 0xDF3B54) is known color: Amaranth. HEX triplet: DF, 3B and 54. RGB value is (223,59,84). Sum of RGB (Red+Green+Blue) = 223+59+84=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3B54 is #20C4AB. Grayscale: #6E6E6E. Windows color (decimal): -2147500 or 5520351. OLE color: 5520351.
HSL color Cylindrical-coordinate representation of color #DF3B54: hue angle of 350.85º 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 #DF3B54 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 84 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.13 |
| HSL | 350.85º | 0.72% | 0.55% | - |
| HSV(B) | 350.85º | 0.74% | 0.87% | - |
| XYZ | 33.6 | 19.46 | 10.37 | - |
| YUV | 110.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 84 | 0 | 0.74 | 0.62 | 0.13 | 350.85 | 0.72 | 0.55 |
| Hex | DF | 3B | 54 | 0 | 4A | 3E | D | 15F | 48 | 37 |
| Octal | 337 | 73 | 124 | 0 | 112 | 76 | 15 | 537 | 110 | 67 |
| Binary | 11011111 | 111011 | 1010100 | 0 | 1001010 | 111110 | 1101 | 101011111 | 1001000 | 110111 |
Color Harmonies of #DF3B54
Complementary color
Monochromatic Colors of #DF3B54
Black with #DF3B54
Text Example
Text Example
White with #DF3B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3B54; }
p { color: rgb(223,59,84); }
H1.HeaderClassName
{
color: #DF3B54;
}
.AnyTagClassName
{
color: #DF3B54;
}
</style>
background-color css
<style>
a { background-color: #DF3B54; }
a { background-color: rgb(223,59,84); }
div.DivClassName
{
background-color: #DF3B54;
}
.BgClassName
{
background-color: #DF3B54;
}
</style>
border-color css
<style>
span { border-color: #DF3B54; }
span { border-color: rgb(223,59,84); }
td.TdClassName
{
border-color: #DF3B54;
}
.TagClassName
{
border-color: #DF3B54;
}
</style>