Shades of Amaranth #DF4152
Tints of Amaranth #DF4152
RGB
CMYK
RGB Variations
Color information
#DF4152 (or 0xDF4152) is known color: Amaranth. HEX triplet: DF, 41 and 52. RGB value is (223,65,82). Sum of RGB (Red+Green+Blue) = 223+65+82=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4152 is #20BEAD. Grayscale: #727272. Windows color (decimal): -2145966 or 5390815. OLE color: 5390815.
HSL color Cylindrical-coordinate representation of color #DF4152: hue angle of 353.54º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4152 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 82 | - |
| CMYK | 0 | 0.71 | 0.63 | 0.13 |
| HSL | 353.54º | 0.71% | 0.56% | - |
| HSV(B) | 353.54º | 0.71% | 0.87% | - |
| XYZ | 33.84 | 20.08 | 10.07 | - |
| YUV | 114.18 | 109.85 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 82 | 0 | 0.71 | 0.63 | 0.13 | 353.54 | 0.71 | 0.56 |
| Hex | DF | 41 | 52 | 0 | 47 | 3F | D | 162 | 47 | 38 |
| Octal | 337 | 101 | 122 | 0 | 107 | 77 | 15 | 542 | 107 | 70 |
| Binary | 11011111 | 1000001 | 1010010 | 0 | 1000111 | 111111 | 1101 | 101100010 | 1000111 | 111000 |
Color Harmonies of #DF4152
Complementary color
Monochromatic Colors of #DF4152
Black with #DF4152
Text Example
Text Example
White with #DF4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4152; }
p { color: rgb(223,65,82); }
H1.HeaderClassName
{
color: #DF4152;
}
.AnyTagClassName
{
color: #DF4152;
}
</style>
background-color css
<style>
a { background-color: #DF4152; }
a { background-color: rgb(223,65,82); }
div.DivClassName
{
background-color: #DF4152;
}
.BgClassName
{
background-color: #DF4152;
}
</style>
border-color css
<style>
span { border-color: #DF4152; }
span { border-color: rgb(223,65,82); }
td.TdClassName
{
border-color: #DF4152;
}
.TagClassName
{
border-color: #DF4152;
}
</style>