Shades of Amaranth #DF3455
Tints of Amaranth #DF3455
RGB
CMYK
RGB Variations
Color information
#DF3455 (or 0xDF3455) is known color: Amaranth. HEX triplet: DF, 34 and 55. RGB value is (223,52,85). Sum of RGB (Red+Green+Blue) = 223+52+85=360 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.94% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3455 is #20CBAA. Grayscale: #6A6A6A. Windows color (decimal): -2149291 or 5584095. OLE color: 5584095.
HSL color Cylindrical-coordinate representation of color #DF3455: hue angle of 348.42º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF3455 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 85 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.13 |
| HSL | 348.42º | 0.73% | 0.54% | - |
| HSV(B) | 348.42º | 0.77% | 0.87% | - |
| XYZ | 33.3 | 18.8 | 10.47 | - |
| YUV | 106.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 85 | 0 | 0.77 | 0.62 | 0.13 | 348.42 | 0.73 | 0.54 |
| Hex | DF | 34 | 55 | 0 | 4D | 3E | D | 15C | 49 | 36 |
| Octal | 337 | 64 | 125 | 0 | 115 | 76 | 15 | 534 | 111 | 66 |
| Binary | 11011111 | 110100 | 1010101 | 0 | 1001101 | 111110 | 1101 | 101011100 | 1001001 | 110110 |
Color Harmonies of #DF3455
Complementary color
Monochromatic Colors of #DF3455
Black with #DF3455
Text Example
Text Example
White with #DF3455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3455; }
p { color: rgb(223,52,85); }
H1.HeaderClassName
{
color: #DF3455;
}
.AnyTagClassName
{
color: #DF3455;
}
</style>
background-color css
<style>
a { background-color: #DF3455; }
a { background-color: rgb(223,52,85); }
div.DivClassName
{
background-color: #DF3455;
}
.BgClassName
{
background-color: #DF3455;
}
</style>
border-color css
<style>
span { border-color: #DF3455; }
span { border-color: rgb(223,52,85); }
td.TdClassName
{
border-color: #DF3455;
}
.TagClassName
{
border-color: #DF3455;
}
</style>