Shades of Mandy #DD4F57
Tints of Mandy #DD4F57
RGB
CMYK
RGB Variations
Color information
#DD4F57 (or 0xDD4F57) is known color: Mandy. HEX triplet: DD, 4F and 57. RGB value is (221,79,87). Sum of RGB (Red+Green+Blue) = 221+79+87=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F57 is #22B0A8. Grayscale: #7A7A7A. Windows color (decimal): -2273449 or 5722077. OLE color: 5722077.
HSL color Cylindrical-coordinate representation of color #DD4F57: hue angle of 356.62º 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 #DD4F57 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 87 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.13 |
| HSL | 356.62º | 0.68% | 0.59% | - |
| HSV(B) | 356.62º | 0.64% | 0.87% | - |
| XYZ | 34.34 | 21.65 | 11.39 | - |
| YUV | 122.37 | 108.04 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 87 | 0 | 0.64 | 0.61 | 0.13 | 356.62 | 0.68 | 0.59 |
| Hex | DD | 4F | 57 | 0 | 40 | 3D | D | 165 | 44 | 3B |
| Octal | 335 | 117 | 127 | 0 | 100 | 75 | 15 | 545 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1010111 | 0 | 1000000 | 111101 | 1101 | 101100101 | 1000100 | 111011 |
Color Harmonies of #DD4F57
Complementary color
Monochromatic Colors of #DD4F57
Black with #DD4F57
Text Example
Text Example
White with #DD4F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F57; }
p { color: rgb(221,79,87); }
H1.HeaderClassName
{
color: #DD4F57;
}
.AnyTagClassName
{
color: #DD4F57;
}
</style>
background-color css
<style>
a { background-color: #DD4F57; }
a { background-color: rgb(221,79,87); }
div.DivClassName
{
background-color: #DD4F57;
}
.BgClassName
{
background-color: #DD4F57;
}
</style>
border-color css
<style>
span { border-color: #DD4F57; }
span { border-color: rgb(221,79,87); }
td.TdClassName
{
border-color: #DD4F57;
}
.TagClassName
{
border-color: #DD4F57;
}
</style>