Shades of Mandy #DF4F5E
Tints of Mandy #DF4F5E
RGB
CMYK
RGB Variations
Color information
#DF4F5E (or 0xDF4F5E) is known color: Mandy. HEX triplet: DF, 4F and 5E. RGB value is (223,79,94). Sum of RGB (Red+Green+Blue) = 223+79+94=396 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.31% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F5E is #20B0A1. Grayscale: #7B7B7B. Windows color (decimal): -2142370 or 6180831. OLE color: 6180831.
HSL color Cylindrical-coordinate representation of color #DF4F5E: hue angle of 353.75º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4F5E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 79 | 94 | - |
| CMYK | 0 | 0.65 | 0.58 | 0.13 |
| HSL | 353.75º | 0.69% | 0.59% | - |
| HSV(B) | 353.75º | 0.65% | 0.87% | - |
| XYZ | 35.25 | 22.09 | 13 | - |
| YUV | 123.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 79 | 94 | 0 | 0.65 | 0.58 | 0.13 | 353.75 | 0.69 | 0.59 |
| Hex | DF | 4F | 5E | 0 | 41 | 3A | D | 162 | 45 | 3B |
| Octal | 337 | 117 | 136 | 0 | 101 | 72 | 15 | 542 | 105 | 73 |
| Binary | 11011111 | 1001111 | 1011110 | 0 | 1000001 | 111010 | 1101 | 101100010 | 1000101 | 111011 |
Color Harmonies of #DF4F5E
Complementary color
Monochromatic Colors of #DF4F5E
Black with #DF4F5E
Text Example
Text Example
White with #DF4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4F5E; }
p { color: rgb(223,79,94); }
H1.HeaderClassName
{
color: #DF4F5E;
}
.AnyTagClassName
{
color: #DF4F5E;
}
</style>
background-color css
<style>
a { background-color: #DF4F5E; }
a { background-color: rgb(223,79,94); }
div.DivClassName
{
background-color: #DF4F5E;
}
.BgClassName
{
background-color: #DF4F5E;
}
</style>
border-color css
<style>
span { border-color: #DF4F5E; }
span { border-color: rgb(223,79,94); }
td.TdClassName
{
border-color: #DF4F5E;
}
.TagClassName
{
border-color: #DF4F5E;
}
</style>