Shades of Amaranth #DF3955
Tints of Amaranth #DF3955
RGB
CMYK
RGB Variations
Color information
#DF3955 (or 0xDF3955) is known color: Amaranth. HEX triplet: DF, 39 and 55. RGB value is (223,57,85). Sum of RGB (Red+Green+Blue) = 223+57+85=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3955 is #20C6AA. Grayscale: #6D6D6D. Windows color (decimal): -2148011 or 5585375. OLE color: 5585375.
HSL color Cylindrical-coordinate representation of color #DF3955: hue angle of 349.88º 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 #DF3955 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 85 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.13 |
| HSL | 349.88º | 0.72% | 0.55% | - |
| HSV(B) | 349.88º | 0.74% | 0.87% | - |
| XYZ | 33.53 | 19.27 | 10.55 | - |
| YUV | 109.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 85 | 0 | 0.74 | 0.62 | 0.13 | 349.88 | 0.72 | 0.55 |
| Hex | DF | 39 | 55 | 0 | 4A | 3E | D | 15E | 48 | 37 |
| Octal | 337 | 71 | 125 | 0 | 112 | 76 | 15 | 536 | 110 | 67 |
| Binary | 11011111 | 111001 | 1010101 | 0 | 1001010 | 111110 | 1101 | 101011110 | 1001000 | 110111 |
Color Harmonies of #DF3955
Complementary color
Monochromatic Colors of #DF3955
Black with #DF3955
Text Example
Text Example
White with #DF3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3955; }
p { color: rgb(223,57,85); }
H1.HeaderClassName
{
color: #DF3955;
}
.AnyTagClassName
{
color: #DF3955;
}
</style>
background-color css
<style>
a { background-color: #DF3955; }
a { background-color: rgb(223,57,85); }
div.DivClassName
{
background-color: #DF3955;
}
.BgClassName
{
background-color: #DF3955;
}
</style>
border-color css
<style>
span { border-color: #DF3955; }
span { border-color: rgb(223,57,85); }
td.TdClassName
{
border-color: #DF3955;
}
.TagClassName
{
border-color: #DF3955;
}
</style>