Shades of Mandy #DF4850
Tints of Mandy #DF4850
RGB
CMYK
RGB Variations
Color information
#DF4850 (or 0xDF4850) is known color: Mandy. HEX triplet: DF, 48 and 50. RGB value is (223,72,80). Sum of RGB (Red+Green+Blue) = 223+72+80=375 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.47% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4850 is #20B7AF. Grayscale: #767676. Windows color (decimal): -2144176 or 5261535. OLE color: 5261535.
HSL color Cylindrical-coordinate representation of color #DF4850: hue angle of 356.82º 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 #DF4850 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 80 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.13 |
| HSL | 356.82º | 0.7% | 0.58% | - |
| HSV(B) | 356.82º | 0.68% | 0.87% | - |
| XYZ | 34.2 | 20.9 | 9.82 | - |
| YUV | 118.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 80 | 0 | 0.68 | 0.64 | 0.13 | 356.82 | 0.7 | 0.58 |
| Hex | DF | 48 | 50 | 0 | 44 | 40 | D | 165 | 46 | 3A |
| Octal | 337 | 110 | 120 | 0 | 104 | 100 | 15 | 545 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1010000 | 0 | 1000100 | 1000000 | 1101 | 101100101 | 1000110 | 111010 |
Color Harmonies of #DF4850
Complementary color
Monochromatic Colors of #DF4850
Black with #DF4850
Text Example
Text Example
White with #DF4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4850; }
p { color: rgb(223,72,80); }
H1.HeaderClassName
{
color: #DF4850;
}
.AnyTagClassName
{
color: #DF4850;
}
</style>
background-color css
<style>
a { background-color: #DF4850; }
a { background-color: rgb(223,72,80); }
div.DivClassName
{
background-color: #DF4850;
}
.BgClassName
{
background-color: #DF4850;
}
</style>
border-color css
<style>
span { border-color: #DF4850; }
span { border-color: rgb(223,72,80); }
td.TdClassName
{
border-color: #DF4850;
}
.TagClassName
{
border-color: #DF4850;
}
</style>