Shades of Mandy #DF4650
Tints of Mandy #DF4650
RGB
CMYK
RGB Variations
Color information
#DF4650 (or 0xDF4650) is known color: Mandy. HEX triplet: DF, 46 and 50. RGB value is (223,70,80). Sum of RGB (Red+Green+Blue) = 223+70+80=373 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.79% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4650 is #20B9AF. Grayscale: #747474. Windows color (decimal): -2144688 or 5261023. OLE color: 5261023.
HSL color Cylindrical-coordinate representation of color #DF4650: hue angle of 356.08º 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 #DF4650 is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 70 | 80 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.13 |
| HSL | 356.08º | 0.71% | 0.57% | - |
| HSV(B) | 356.08º | 0.69% | 0.87% | - |
| XYZ | 34.07 | 20.65 | 9.78 | - |
| YUV | 116.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 80 | 0 | 0.69 | 0.64 | 0.13 | 356.08 | 0.71 | 0.57 |
| Hex | DF | 46 | 50 | 0 | 45 | 40 | D | 164 | 47 | 39 |
| Octal | 337 | 106 | 120 | 0 | 105 | 100 | 15 | 544 | 107 | 71 |
| Binary | 11011111 | 1000110 | 1010000 | 0 | 1000101 | 1000000 | 1101 | 101100100 | 1000111 | 111001 |
Color Harmonies of #DF4650
Complementary color
Monochromatic Colors of #DF4650
Black with #DF4650
Text Example
Text Example
White with #DF4650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4650; }
p { color: rgb(223,70,80); }
H1.HeaderClassName
{
color: #DF4650;
}
.AnyTagClassName
{
color: #DF4650;
}
</style>
background-color css
<style>
a { background-color: #DF4650; }
a { background-color: rgb(223,70,80); }
div.DivClassName
{
background-color: #DF4650;
}
.BgClassName
{
background-color: #DF4650;
}
</style>
border-color css
<style>
span { border-color: #DF4650; }
span { border-color: rgb(223,70,80); }
td.TdClassName
{
border-color: #DF4650;
}
.TagClassName
{
border-color: #DF4650;
}
</style>