Shades of Mandy #DF485B
Tints of Mandy #DF485B
RGB
CMYK
RGB Variations
Color information
#DF485B (or 0xDF485B) is known color: Mandy. HEX triplet: DF, 48 and 5B. RGB value is (223,72,91). Sum of RGB (Red+Green+Blue) = 223+72+91=386 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.77% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 91 (35.94% from 255 or 23.58% from 386); Max value from RGB is 223 - color contains mainly: red. Hex color #DF485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF485B is #20B7A4. Grayscale: #777777. Windows color (decimal): -2144165 or 5982431. OLE color: 5982431.
HSL color Cylindrical-coordinate representation of color #DF485B: hue angle of 352.45º 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 #DF485B is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 91 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.13 |
| HSL | 352.45º | 0.7% | 0.58% | - |
| HSV(B) | 352.45º | 0.68% | 0.87% | - |
| XYZ | 34.64 | 21.08 | 12.14 | - |
| YUV | 119.32 | 112.03 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 91 | 0 | 0.68 | 0.59 | 0.13 | 352.45 | 0.7 | 0.58 |
| Hex | DF | 48 | 5B | 0 | 44 | 3B | D | 160 | 46 | 3A |
| Octal | 337 | 110 | 133 | 0 | 104 | 73 | 15 | 540 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1011011 | 0 | 1000100 | 111011 | 1101 | 101100000 | 1000110 | 111010 |
Color Harmonies of #DF485B
Complementary color
Monochromatic Colors of #DF485B
Black with #DF485B
Text Example
Text Example
White with #DF485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF485B; }
p { color: rgb(223,72,91); }
H1.HeaderClassName
{
color: #DF485B;
}
.AnyTagClassName
{
color: #DF485B;
}
</style>
background-color css
<style>
a { background-color: #DF485B; }
a { background-color: rgb(223,72,91); }
div.DivClassName
{
background-color: #DF485B;
}
.BgClassName
{
background-color: #DF485B;
}
</style>
border-color css
<style>
span { border-color: #DF485B; }
span { border-color: rgb(223,72,91); }
td.TdClassName
{
border-color: #DF485B;
}
.TagClassName
{
border-color: #DF485B;
}
</style>