Shades of Mandy #DF495F
Tints of Mandy #DF495F
RGB
CMYK
RGB Variations
Color information
#DF495F (or 0xDF495F) is known color: Mandy. HEX triplet: DF, 49 and 5F. RGB value is (223,73,95). Sum of RGB (Red+Green+Blue) = 223+73+95=391 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.03% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 223 - color contains mainly: red. Hex color #DF495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF495F is #20B6A0. Grayscale: #787878. Windows color (decimal): -2143905 or 6244831. OLE color: 6244831.
HSL color Cylindrical-coordinate representation of color #DF495F: hue angle of 351.2º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF495F is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 95 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.13 |
| HSL | 351.2º | 0.7% | 0.58% | - |
| HSV(B) | 351.2º | 0.67% | 0.87% | - |
| XYZ | 34.88 | 21.28 | 13.1 | - |
| YUV | 120.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 95 | 0 | 0.67 | 0.57 | 0.13 | 351.2 | 0.7 | 0.58 |
| Hex | DF | 49 | 5F | 0 | 43 | 39 | D | 15F | 46 | 3A |
| Octal | 337 | 111 | 137 | 0 | 103 | 71 | 15 | 537 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1011111 | 0 | 1000011 | 111001 | 1101 | 101011111 | 1000110 | 111010 |
Color Harmonies of #DF495F
Complementary color
Monochromatic Colors of #DF495F
Black with #DF495F
Text Example
Text Example
White with #DF495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF495F; }
p { color: rgb(223,73,95); }
H1.HeaderClassName
{
color: #DF495F;
}
.AnyTagClassName
{
color: #DF495F;
}
</style>
background-color css
<style>
a { background-color: #DF495F; }
a { background-color: rgb(223,73,95); }
div.DivClassName
{
background-color: #DF495F;
}
.BgClassName
{
background-color: #DF495F;
}
</style>
border-color css
<style>
span { border-color: #DF495F; }
span { border-color: rgb(223,73,95); }
td.TdClassName
{
border-color: #DF495F;
}
.TagClassName
{
border-color: #DF495F;
}
</style>