Shades of Mandy #DF5051
Tints of Mandy #DF5051
RGB
CMYK
RGB Variations
Color information
#DF5051 (or 0xDF5051) is known color: Mandy. HEX triplet: DF, 50 and 51. RGB value is (223,80,81). Sum of RGB (Red+Green+Blue) = 223+80+81=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5051 is #20AFAE. Grayscale: #7B7B7B. Windows color (decimal): -2142127 or 5329119. OLE color: 5329119.
HSL color Cylindrical-coordinate representation of color #DF5051: hue angle of 359.58º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5051 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 81 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.13 |
| HSL | 359.58º | 0.69% | 0.59% | - |
| HSV(B) | 359.58º | 0.64% | 0.87% | - |
| XYZ | 34.79 | 22.02 | 10.2 | - |
| YUV | 122.87 | 104.38 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 81 | 0 | 0.64 | 0.64 | 0.13 | 359.58 | 0.69 | 0.59 |
| Hex | DF | 50 | 51 | 0 | 40 | 40 | D | 168 | 45 | 3B |
| Octal | 337 | 120 | 121 | 0 | 100 | 100 | 15 | 550 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1010001 | 0 | 1000000 | 1000000 | 1101 | 101101000 | 1000101 | 111011 |
Color Harmonies of #DF5051
Complementary color
Monochromatic Colors of #DF5051
Black with #DF5051
Text Example
Text Example
White with #DF5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5051; }
p { color: rgb(223,80,81); }
H1.HeaderClassName
{
color: #DF5051;
}
.AnyTagClassName
{
color: #DF5051;
}
</style>
background-color css
<style>
a { background-color: #DF5051; }
a { background-color: rgb(223,80,81); }
div.DivClassName
{
background-color: #DF5051;
}
.BgClassName
{
background-color: #DF5051;
}
</style>
border-color css
<style>
span { border-color: #DF5051; }
span { border-color: rgb(223,80,81); }
td.TdClassName
{
border-color: #DF5051;
}
.TagClassName
{
border-color: #DF5051;
}
</style>