Shades of Mandy #DD4F56
Tints of Mandy #DD4F56
RGB
CMYK
RGB Variations
Color information
#DD4F56 (or 0xDD4F56) is known color: Mandy. HEX triplet: DD, 4F and 56. RGB value is (221,79,86). Sum of RGB (Red+Green+Blue) = 221+79+86=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F56 is #22B0A9. Grayscale: #7A7A7A. Windows color (decimal): -2273450 or 5656541. OLE color: 5656541.
HSL color Cylindrical-coordinate representation of color #DD4F56: hue angle of 357.04º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD4F56 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 86 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.13 |
| HSL | 357.04º | 0.68% | 0.59% | - |
| HSV(B) | 357.04º | 0.64% | 0.87% | - |
| XYZ | 34.29 | 21.64 | 11.17 | - |
| YUV | 122.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 86 | 0 | 0.64 | 0.61 | 0.13 | 357.04 | 0.68 | 0.59 |
| Hex | DD | 4F | 56 | 0 | 40 | 3D | D | 165 | 44 | 3B |
| Octal | 335 | 117 | 126 | 0 | 100 | 75 | 15 | 545 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1010110 | 0 | 1000000 | 111101 | 1101 | 101100101 | 1000100 | 111011 |
Color Harmonies of #DD4F56
Complementary color
Monochromatic Colors of #DD4F56
Black with #DD4F56
Text Example
Text Example
White with #DD4F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F56; }
p { color: rgb(221,79,86); }
H1.HeaderClassName
{
color: #DD4F56;
}
.AnyTagClassName
{
color: #DD4F56;
}
</style>
background-color css
<style>
a { background-color: #DD4F56; }
a { background-color: rgb(221,79,86); }
div.DivClassName
{
background-color: #DD4F56;
}
.BgClassName
{
background-color: #DD4F56;
}
</style>
border-color css
<style>
span { border-color: #DD4F56; }
span { border-color: rgb(221,79,86); }
td.TdClassName
{
border-color: #DD4F56;
}
.TagClassName
{
border-color: #DD4F56;
}
</style>