Shades of Mandy #DF5053
Tints of Mandy #DF5053
RGB
CMYK
RGB Variations
Color information
#DF5053 (or 0xDF5053) is known color: Mandy. HEX triplet: DF, 50 and 53. RGB value is (223,80,83). Sum of RGB (Red+Green+Blue) = 223+80+83=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5053 is #20AFAC. Grayscale: #7B7B7B. Windows color (decimal): -2142125 or 5460191. OLE color: 5460191.
HSL color Cylindrical-coordinate representation of color #DF5053: hue angle of 358.74º 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 #DF5053 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 83 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.13 |
| HSL | 358.74º | 0.69% | 0.59% | - |
| HSV(B) | 358.74º | 0.64% | 0.87% | - |
| XYZ | 34.86 | 22.05 | 10.6 | - |
| YUV | 123.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 83 | 0 | 0.64 | 0.63 | 0.13 | 358.74 | 0.69 | 0.59 |
| Hex | DF | 50 | 53 | 0 | 40 | 3F | D | 167 | 45 | 3B |
| Octal | 337 | 120 | 123 | 0 | 100 | 77 | 15 | 547 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1010011 | 0 | 1000000 | 111111 | 1101 | 101100111 | 1000101 | 111011 |
Color Harmonies of #DF5053
Complementary color
Monochromatic Colors of #DF5053
Black with #DF5053
Text Example
Text Example
White with #DF5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5053; }
p { color: rgb(223,80,83); }
H1.HeaderClassName
{
color: #DF5053;
}
.AnyTagClassName
{
color: #DF5053;
}
</style>
background-color css
<style>
a { background-color: #DF5053; }
a { background-color: rgb(223,80,83); }
div.DivClassName
{
background-color: #DF5053;
}
.BgClassName
{
background-color: #DF5053;
}
</style>
border-color css
<style>
span { border-color: #DF5053; }
span { border-color: rgb(223,80,83); }
td.TdClassName
{
border-color: #DF5053;
}
.TagClassName
{
border-color: #DF5053;
}
</style>