Shades of Amaranth #DF3650
Tints of Amaranth #DF3650
RGB
CMYK
RGB Variations
Color information
#DF3650 (or 0xDF3650) is known color: Amaranth. HEX triplet: DF, 36 and 50. RGB value is (223,54,80). Sum of RGB (Red+Green+Blue) = 223+54+80=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3650 is #20C9AF. Grayscale: #6B6B6B. Windows color (decimal): -2148784 or 5256927. OLE color: 5256927.
HSL color Cylindrical-coordinate representation of color #DF3650: hue angle of 350.77º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DF3650 is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 80 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.13 |
| HSL | 350.77º | 0.73% | 0.54% | - |
| HSV(B) | 350.77º | 0.76% | 0.87% | - |
| XYZ | 33.2 | 18.91 | 9.49 | - |
| YUV | 107.5 | 112.49 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 80 | 0 | 0.76 | 0.64 | 0.13 | 350.77 | 0.73 | 0.54 |
| Hex | DF | 36 | 50 | 0 | 4C | 40 | D | 15F | 49 | 36 |
| Octal | 337 | 66 | 120 | 0 | 114 | 100 | 15 | 537 | 111 | 66 |
| Binary | 11011111 | 110110 | 1010000 | 0 | 1001100 | 1000000 | 1101 | 101011111 | 1001001 | 110110 |
Color Harmonies of #DF3650
Complementary color
Monochromatic Colors of #DF3650
Black with #DF3650
Text Example
Text Example
White with #DF3650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3650; }
p { color: rgb(223,54,80); }
H1.HeaderClassName
{
color: #DF3650;
}
.AnyTagClassName
{
color: #DF3650;
}
</style>
background-color css
<style>
a { background-color: #DF3650; }
a { background-color: rgb(223,54,80); }
div.DivClassName
{
background-color: #DF3650;
}
.BgClassName
{
background-color: #DF3650;
}
</style>
border-color css
<style>
span { border-color: #DF3650; }
span { border-color: rgb(223,54,80); }
td.TdClassName
{
border-color: #DF3650;
}
.TagClassName
{
border-color: #DF3650;
}
</style>