Shades of Mandy #DF494A
Tints of Mandy #DF494A
RGB
CMYK
RGB Variations
Color information
#DF494A (or 0xDF494A) is known color: Mandy. HEX triplet: DF, 49 and 4A. RGB value is (223,73,74). Sum of RGB (Red+Green+Blue) = 223+73+74=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF494A is #20B6B5. Grayscale: #767676. Windows color (decimal): -2143926 or 4868575. OLE color: 4868575.
HSL color Cylindrical-coordinate representation of color #DF494A: hue angle of 359.6º 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 #DF494A is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 74 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.13 |
| HSL | 359.6º | 0.7% | 0.58% | - |
| HSV(B) | 359.6º | 0.67% | 0.87% | - |
| XYZ | 34.05 | 20.95 | 8.73 | - |
| YUV | 117.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 74 | 0 | 0.67 | 0.67 | 0.13 | 359.6 | 0.7 | 0.58 |
| Hex | DF | 49 | 4A | 0 | 43 | 43 | D | 168 | 46 | 3A |
| Octal | 337 | 111 | 112 | 0 | 103 | 103 | 15 | 550 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1001010 | 0 | 1000011 | 1000011 | 1101 | 101101000 | 1000110 | 111010 |
Color Harmonies of #DF494A
Complementary color
Monochromatic Colors of #DF494A
Black with #DF494A
Text Example
Text Example
White with #DF494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF494A; }
p { color: rgb(223,73,74); }
H1.HeaderClassName
{
color: #DF494A;
}
.AnyTagClassName
{
color: #DF494A;
}
</style>
background-color css
<style>
a { background-color: #DF494A; }
a { background-color: rgb(223,73,74); }
div.DivClassName
{
background-color: #DF494A;
}
.BgClassName
{
background-color: #DF494A;
}
</style>
border-color css
<style>
span { border-color: #DF494A; }
span { border-color: rgb(223,73,74); }
td.TdClassName
{
border-color: #DF494A;
}
.TagClassName
{
border-color: #DF494A;
}
</style>