Shades of Mandy #DF4750
Tints of Mandy #DF4750
RGB
CMYK
RGB Variations
Color information
#DF4750 (or 0xDF4750) is known color: Mandy. HEX triplet: DF, 47 and 50. RGB value is (223,71,80). Sum of RGB (Red+Green+Blue) = 223+71+80=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4750 is #20B8AF. Grayscale: #757575. Windows color (decimal): -2144432 or 5261279. OLE color: 5261279.
HSL color Cylindrical-coordinate representation of color #DF4750: hue angle of 356.45º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4750 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 71 | 80 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.13 |
| HSL | 356.45º | 0.7% | 0.58% | - |
| HSV(B) | 356.45º | 0.68% | 0.87% | - |
| XYZ | 34.13 | 20.77 | 9.8 | - |
| YUV | 117.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 71 | 80 | 0 | 0.68 | 0.64 | 0.13 | 356.45 | 0.7 | 0.58 |
| Hex | DF | 47 | 50 | 0 | 44 | 40 | D | 164 | 46 | 3A |
| Octal | 337 | 107 | 120 | 0 | 104 | 100 | 15 | 544 | 106 | 72 |
| Binary | 11011111 | 1000111 | 1010000 | 0 | 1000100 | 1000000 | 1101 | 101100100 | 1000110 | 111010 |
Color Harmonies of #DF4750
Complementary color
Monochromatic Colors of #DF4750
Black with #DF4750
Text Example
Text Example
White with #DF4750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4750; }
p { color: rgb(223,71,80); }
H1.HeaderClassName
{
color: #DF4750;
}
.AnyTagClassName
{
color: #DF4750;
}
</style>
background-color css
<style>
a { background-color: #DF4750; }
a { background-color: rgb(223,71,80); }
div.DivClassName
{
background-color: #DF4750;
}
.BgClassName
{
background-color: #DF4750;
}
</style>
border-color css
<style>
span { border-color: #DF4750; }
span { border-color: rgb(223,71,80); }
td.TdClassName
{
border-color: #DF4750;
}
.TagClassName
{
border-color: #DF4750;
}
</style>