Shades of Amaranth #DF3F52
Tints of Amaranth #DF3F52
RGB
CMYK
RGB Variations
Color information
#DF3F52 (or 0xDF3F52) is known color: Amaranth. HEX triplet: DF, 3F and 52. RGB value is (223,63,82). Sum of RGB (Red+Green+Blue) = 223+63+82=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F52 is #20C0AD. Grayscale: #717171. Windows color (decimal): -2146478 or 5390303. OLE color: 5390303.
HSL color Cylindrical-coordinate representation of color #DF3F52: hue angle of 352.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F52 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 63 | 82 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.13 |
| HSL | 352.88º | 0.71% | 0.56% | - |
| HSV(B) | 352.88º | 0.72% | 0.87% | - |
| XYZ | 33.73 | 19.85 | 10.04 | - |
| YUV | 113.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 63 | 82 | 0 | 0.72 | 0.63 | 0.13 | 352.88 | 0.71 | 0.56 |
| Hex | DF | 3F | 52 | 0 | 48 | 3F | D | 161 | 47 | 38 |
| Octal | 337 | 77 | 122 | 0 | 110 | 77 | 15 | 541 | 107 | 70 |
| Binary | 11011111 | 111111 | 1010010 | 0 | 1001000 | 111111 | 1101 | 101100001 | 1000111 | 111000 |
Color Harmonies of #DF3F52
Complementary color
Monochromatic Colors of #DF3F52
Black with #DF3F52
Text Example
Text Example
White with #DF3F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3F52; }
p { color: rgb(223,63,82); }
H1.HeaderClassName
{
color: #DF3F52;
}
.AnyTagClassName
{
color: #DF3F52;
}
</style>
background-color css
<style>
a { background-color: #DF3F52; }
a { background-color: rgb(223,63,82); }
div.DivClassName
{
background-color: #DF3F52;
}
.BgClassName
{
background-color: #DF3F52;
}
</style>
border-color css
<style>
span { border-color: #DF3F52; }
span { border-color: rgb(223,63,82); }
td.TdClassName
{
border-color: #DF3F52;
}
.TagClassName
{
border-color: #DF3F52;
}
</style>