Shades of Amaranth #DF3A48
Tints of Amaranth #DF3A48
RGB
CMYK
RGB Variations
Color information
#DF3A48 (or 0xDF3A48) is known color: Amaranth. HEX triplet: DF, 3A and 48. RGB value is (223,58,72). Sum of RGB (Red+Green+Blue) = 223+58+72=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3A48 is #20C5B7. Grayscale: #6D6D6D. Windows color (decimal): -2147768 or 4733663. OLE color: 4733663.
HSL color Cylindrical-coordinate representation of color #DF3A48: hue angle of 354.91º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3A48 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 72 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.13 |
| HSL | 354.91º | 0.72% | 0.55% | - |
| HSV(B) | 354.91º | 0.74% | 0.87% | - |
| XYZ | 33.11 | 19.18 | 8.09 | - |
| YUV | 108.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 72 | 0 | 0.74 | 0.68 | 0.13 | 354.91 | 0.72 | 0.55 |
| Hex | DF | 3A | 48 | 0 | 4A | 44 | D | 163 | 48 | 37 |
| Octal | 337 | 72 | 110 | 0 | 112 | 104 | 15 | 543 | 110 | 67 |
| Binary | 11011111 | 111010 | 1001000 | 0 | 1001010 | 1000100 | 1101 | 101100011 | 1001000 | 110111 |
Color Harmonies of #DF3A48
Complementary color
Monochromatic Colors of #DF3A48
Black with #DF3A48
Text Example
Text Example
White with #DF3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3A48; }
p { color: rgb(223,58,72); }
H1.HeaderClassName
{
color: #DF3A48;
}
.AnyTagClassName
{
color: #DF3A48;
}
</style>
background-color css
<style>
a { background-color: #DF3A48; }
a { background-color: rgb(223,58,72); }
div.DivClassName
{
background-color: #DF3A48;
}
.BgClassName
{
background-color: #DF3A48;
}
</style>
border-color css
<style>
span { border-color: #DF3A48; }
span { border-color: rgb(223,58,72); }
td.TdClassName
{
border-color: #DF3A48;
}
.TagClassName
{
border-color: #DF3A48;
}
</style>