Shades of Amaranth #DF3357
Tints of Amaranth #DF3357
RGB
CMYK
RGB Variations
Color information
#DF3357 (or 0xDF3357) is known color: Amaranth. HEX triplet: DF, 33 and 57. RGB value is (223,51,87). Sum of RGB (Red+Green+Blue) = 223+51+87=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3357 is #20CCA8. Grayscale: #6A6A6A. Windows color (decimal): -2149545 or 5714911. OLE color: 5714911.
HSL color Cylindrical-coordinate representation of color #DF3357: hue angle of 347.44º 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 #DF3357 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 51 | 87 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.13 |
| HSL | 347.44º | 0.73% | 0.54% | - |
| HSV(B) | 347.44º | 0.77% | 0.87% | - |
| XYZ | 33.34 | 18.74 | 10.88 | - |
| YUV | 106.53 | 116.98 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 51 | 87 | 0 | 0.77 | 0.61 | 0.13 | 347.44 | 0.73 | 0.54 |
| Hex | DF | 33 | 57 | 0 | 4D | 3D | D | 15B | 49 | 36 |
| Octal | 337 | 63 | 127 | 0 | 115 | 75 | 15 | 533 | 111 | 66 |
| Binary | 11011111 | 110011 | 1010111 | 0 | 1001101 | 111101 | 1101 | 101011011 | 1001001 | 110110 |
Color Harmonies of #DF3357
Complementary color
Monochromatic Colors of #DF3357
Black with #DF3357
Text Example
Text Example
White with #DF3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3357; }
p { color: rgb(223,51,87); }
H1.HeaderClassName
{
color: #DF3357;
}
.AnyTagClassName
{
color: #DF3357;
}
</style>
background-color css
<style>
a { background-color: #DF3357; }
a { background-color: rgb(223,51,87); }
div.DivClassName
{
background-color: #DF3357;
}
.BgClassName
{
background-color: #DF3357;
}
</style>
border-color css
<style>
span { border-color: #DF3357; }
span { border-color: rgb(223,51,87); }
td.TdClassName
{
border-color: #DF3357;
}
.TagClassName
{
border-color: #DF3357;
}
</style>