Shades of Mandy #DF465E
Tints of Mandy #DF465E
RGB
CMYK
RGB Variations
Color information
#DF465E (or 0xDF465E) is known color: Mandy. HEX triplet: DF, 46 and 5E. RGB value is (223,70,94). Sum of RGB (Red+Green+Blue) = 223+70+94=387 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.62% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 223 - color contains mainly: red. Hex color #DF465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF465E is #20B9A1. Grayscale: #767676. Windows color (decimal): -2144674 or 6178527. OLE color: 6178527.
HSL color Cylindrical-coordinate representation of color #DF465E: hue angle of 350.59º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF465E is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 94 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.13 |
| HSL | 350.59º | 0.71% | 0.57% | - |
| HSV(B) | 350.59º | 0.69% | 0.87% | - |
| XYZ | 34.64 | 20.88 | 12.79 | - |
| YUV | 118.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 94 | 0 | 0.69 | 0.58 | 0.13 | 350.59 | 0.71 | 0.57 |
| Hex | DF | 46 | 5E | 0 | 45 | 3A | D | 15F | 47 | 39 |
| Octal | 337 | 106 | 136 | 0 | 105 | 72 | 15 | 537 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1011110 | 0 | 1000101 | 111010 | 1101 | 101011111 | 1000111 | 111001 |
Color Harmonies of #DF465E
Complementary color
Monochromatic Colors of #DF465E
Black with #DF465E
Text Example
Text Example
White with #DF465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF465E; }
p { color: rgb(223,70,94); }
H1.HeaderClassName
{
color: #DF465E;
}
.AnyTagClassName
{
color: #DF465E;
}
</style>
background-color css
<style>
a { background-color: #DF465E; }
a { background-color: rgb(223,70,94); }
div.DivClassName
{
background-color: #DF465E;
}
.BgClassName
{
background-color: #DF465E;
}
</style>
border-color css
<style>
span { border-color: #DF465E; }
span { border-color: rgb(223,70,94); }
td.TdClassName
{
border-color: #DF465E;
}
.TagClassName
{
border-color: #DF465E;
}
</style>