Shades of Mandy #DF494E
Tints of Mandy #DF494E
RGB
CMYK
RGB Variations
Color information
#DF494E (or 0xDF494E) is known color: Mandy. HEX triplet: DF, 49 and 4E. RGB value is (223,73,78). Sum of RGB (Red+Green+Blue) = 223+73+78=374 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.63% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 223 - color contains mainly: red. Hex color #DF494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF494E is #20B6B1. Grayscale: #767676. Windows color (decimal): -2143922 or 5130719. OLE color: 5130719.
HSL color Cylindrical-coordinate representation of color #DF494E: hue angle of 358º 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 #DF494E is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 78 | - |
| CMYK | 0 | 0.67 | 0.65 | 0.13 |
| HSL | 358º | 0.7% | 0.58% | - |
| HSV(B) | 358º | 0.67% | 0.87% | - |
| XYZ | 34.19 | 21 | 9.46 | - |
| YUV | 118.42 | 105.2 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 78 | 0 | 0.67 | 0.65 | 0.13 | 358 | 0.7 | 0.58 |
| Hex | DF | 49 | 4E | 0 | 43 | 41 | D | 166 | 46 | 3A |
| Octal | 337 | 111 | 116 | 0 | 103 | 101 | 15 | 546 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1001110 | 0 | 1000011 | 1000001 | 1101 | 101100110 | 1000110 | 111010 |
Color Harmonies of #DF494E
Complementary color
Monochromatic Colors of #DF494E
Black with #DF494E
Text Example
Text Example
White with #DF494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF494E; }
p { color: rgb(223,73,78); }
H1.HeaderClassName
{
color: #DF494E;
}
.AnyTagClassName
{
color: #DF494E;
}
</style>
background-color css
<style>
a { background-color: #DF494E; }
a { background-color: rgb(223,73,78); }
div.DivClassName
{
background-color: #DF494E;
}
.BgClassName
{
background-color: #DF494E;
}
</style>
border-color css
<style>
span { border-color: #DF494E; }
span { border-color: rgb(223,73,78); }
td.TdClassName
{
border-color: #DF494E;
}
.TagClassName
{
border-color: #DF494E;
}
</style>