Shades of Amaranth #DF3D54
Tints of Amaranth #DF3D54
RGB
CMYK
RGB Variations
Color information
#DF3D54 (or 0xDF3D54) is known color: Amaranth. HEX triplet: DF, 3D and 54. RGB value is (223,61,84). Sum of RGB (Red+Green+Blue) = 223+61+84=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3D54 is #20C2AB. Grayscale: #707070. Windows color (decimal): -2146988 or 5520863. OLE color: 5520863.
HSL color Cylindrical-coordinate representation of color #DF3D54: hue angle of 351.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D54 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 84 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.13 |
| HSL | 351.48º | 0.72% | 0.56% | - |
| HSV(B) | 351.48º | 0.73% | 0.87% | - |
| XYZ | 33.7 | 19.67 | 10.41 | - |
| YUV | 112.06 | 112.17 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 84 | 0 | 0.73 | 0.62 | 0.13 | 351.48 | 0.72 | 0.56 |
| Hex | DF | 3D | 54 | 0 | 49 | 3E | D | 15F | 48 | 38 |
| Octal | 337 | 75 | 124 | 0 | 111 | 76 | 15 | 537 | 110 | 70 |
| Binary | 11011111 | 111101 | 1010100 | 0 | 1001001 | 111110 | 1101 | 101011111 | 1001000 | 111000 |
Color Harmonies of #DF3D54
Complementary color
Monochromatic Colors of #DF3D54
Black with #DF3D54
Text Example
Text Example
White with #DF3D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3D54; }
p { color: rgb(223,61,84); }
H1.HeaderClassName
{
color: #DF3D54;
}
.AnyTagClassName
{
color: #DF3D54;
}
</style>
background-color css
<style>
a { background-color: #DF3D54; }
a { background-color: rgb(223,61,84); }
div.DivClassName
{
background-color: #DF3D54;
}
.BgClassName
{
background-color: #DF3D54;
}
</style>
border-color css
<style>
span { border-color: #DF3D54; }
span { border-color: rgb(223,61,84); }
td.TdClassName
{
border-color: #DF3D54;
}
.TagClassName
{
border-color: #DF3D54;
}
</style>