Shades of Mandy #DF4D51
Tints of Mandy #DF4D51
RGB
CMYK
RGB Variations
Color information
#DF4D51 (or 0xDF4D51) is known color: Mandy. HEX triplet: DF, 4D and 51. RGB value is (223,77,81). Sum of RGB (Red+Green+Blue) = 223+77+81=381 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.53% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D51 is #20B2AE. Grayscale: #797979. Windows color (decimal): -2142895 or 5328351. OLE color: 5328351.
HSL color Cylindrical-coordinate representation of color #DF4D51: hue angle of 358.36º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D51 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 77 | 81 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.13 |
| HSL | 358.36º | 0.7% | 0.59% | - |
| HSV(B) | 358.36º | 0.65% | 0.87% | - |
| XYZ | 34.57 | 21.59 | 10.13 | - |
| YUV | 121.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 77 | 81 | 0 | 0.65 | 0.64 | 0.13 | 358.36 | 0.7 | 0.59 |
| Hex | DF | 4D | 51 | 0 | 41 | 40 | D | 166 | 46 | 3B |
| Octal | 337 | 115 | 121 | 0 | 101 | 100 | 15 | 546 | 106 | 73 |
| Binary | 11011111 | 1001101 | 1010001 | 0 | 1000001 | 1000000 | 1101 | 101100110 | 1000110 | 111011 |
Color Harmonies of #DF4D51
Complementary color
Monochromatic Colors of #DF4D51
Black with #DF4D51
Text Example
Text Example
White with #DF4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4D51; }
p { color: rgb(223,77,81); }
H1.HeaderClassName
{
color: #DF4D51;
}
.AnyTagClassName
{
color: #DF4D51;
}
</style>
background-color css
<style>
a { background-color: #DF4D51; }
a { background-color: rgb(223,77,81); }
div.DivClassName
{
background-color: #DF4D51;
}
.BgClassName
{
background-color: #DF4D51;
}
</style>
border-color css
<style>
span { border-color: #DF4D51; }
span { border-color: rgb(223,77,81); }
td.TdClassName
{
border-color: #DF4D51;
}
.TagClassName
{
border-color: #DF4D51;
}
</style>