Shades of Mandy #DF485E
Tints of Mandy #DF485E
RGB
CMYK
RGB Variations
Color information
#DF485E (or 0xDF485E) is known color: Mandy. HEX triplet: DF, 48 and 5E. RGB value is (223,72,94). Sum of RGB (Red+Green+Blue) = 223+72+94=389 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.33% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 223 - color contains mainly: red. Hex color #DF485E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF485E is #20B7A1. Grayscale: #777777. Windows color (decimal): -2144162 or 6179039. OLE color: 6179039.
HSL color Cylindrical-coordinate representation of color #DF485E: hue angle of 351.26º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF485E is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 94 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.13 |
| HSL | 351.26º | 0.7% | 0.58% | - |
| HSV(B) | 351.26º | 0.68% | 0.87% | - |
| XYZ | 34.77 | 21.13 | 12.84 | - |
| YUV | 119.66 | 113.53 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 94 | 0 | 0.68 | 0.58 | 0.13 | 351.26 | 0.7 | 0.58 |
| Hex | DF | 48 | 5E | 0 | 44 | 3A | D | 15F | 46 | 3A |
| Octal | 337 | 110 | 136 | 0 | 104 | 72 | 15 | 537 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1011110 | 0 | 1000100 | 111010 | 1101 | 101011111 | 1000110 | 111010 |
Color Harmonies of #DF485E
Complementary color
Monochromatic Colors of #DF485E
Black with #DF485E
Text Example
Text Example
White with #DF485E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF485E; }
p { color: rgb(223,72,94); }
H1.HeaderClassName
{
color: #DF485E;
}
.AnyTagClassName
{
color: #DF485E;
}
</style>
background-color css
<style>
a { background-color: #DF485E; }
a { background-color: rgb(223,72,94); }
div.DivClassName
{
background-color: #DF485E;
}
.BgClassName
{
background-color: #DF485E;
}
</style>
border-color css
<style>
span { border-color: #DF485E; }
span { border-color: rgb(223,72,94); }
td.TdClassName
{
border-color: #DF485E;
}
.TagClassName
{
border-color: #DF485E;
}
</style>