Shades of Amaranth #DF3A55
Tints of Amaranth #DF3A55
RGB
CMYK
RGB Variations
Color information
#DF3A55 (or 0xDF3A55) is known color: Amaranth. HEX triplet: DF, 3A and 55. RGB value is (223,58,85). Sum of RGB (Red+Green+Blue) = 223+58+85=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3A55 is #20C5AA. Grayscale: #6E6E6E. Windows color (decimal): -2147755 or 5585631. OLE color: 5585631.
HSL color Cylindrical-coordinate representation of color #DF3A55: hue angle of 350.18º 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 #DF3A55 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 85 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.13 |
| HSL | 350.18º | 0.72% | 0.55% | - |
| HSV(B) | 350.18º | 0.74% | 0.87% | - |
| XYZ | 33.58 | 19.37 | 10.56 | - |
| YUV | 110.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 85 | 0 | 0.74 | 0.62 | 0.13 | 350.18 | 0.72 | 0.55 |
| Hex | DF | 3A | 55 | 0 | 4A | 3E | D | 15E | 48 | 37 |
| Octal | 337 | 72 | 125 | 0 | 112 | 76 | 15 | 536 | 110 | 67 |
| Binary | 11011111 | 111010 | 1010101 | 0 | 1001010 | 111110 | 1101 | 101011110 | 1001000 | 110111 |
Color Harmonies of #DF3A55
Complementary color
Monochromatic Colors of #DF3A55
Black with #DF3A55
Text Example
Text Example
White with #DF3A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A55; }
p { color: rgb(223,58,85); }
H1.HeaderClassName
{
color: #DF3A55;
}
.AnyTagClassName
{
color: #DF3A55;
}
</style>
background-color css
<style>
a { background-color: #DF3A55; }
a { background-color: rgb(223,58,85); }
div.DivClassName
{
background-color: #DF3A55;
}
.BgClassName
{
background-color: #DF3A55;
}
</style>
border-color css
<style>
span { border-color: #DF3A55; }
span { border-color: rgb(223,58,85); }
td.TdClassName
{
border-color: #DF3A55;
}
.TagClassName
{
border-color: #DF3A55;
}
</style>