Shades of Mandy #DD4F5E
Tints of Mandy #DD4F5E
RGB
CMYK
RGB Variations
Color information
#DD4F5E (or 0xDD4F5E) is known color: Mandy. HEX triplet: DD, 4F and 5E. RGB value is (221,79,94). Sum of RGB (Red+Green+Blue) = 221+79+94=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 79 (31.25% from 255 or 20.05% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F5E is #22B0A1. Grayscale: #7B7B7B. Windows color (decimal): -2273442 or 6180829. OLE color: 6180829.
HSL color Cylindrical-coordinate representation of color #DD4F5E: hue angle of 353.66º 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 #DD4F5E is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 94 | - |
| CMYK | 0 | 0.64 | 0.57 | 0.13 |
| HSL | 353.66º | 0.68% | 0.59% | - |
| HSV(B) | 353.66º | 0.64% | 0.87% | - |
| XYZ | 34.64 | 21.77 | 12.97 | - |
| YUV | 123.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 94 | 0 | 0.64 | 0.57 | 0.13 | 353.66 | 0.68 | 0.59 |
| Hex | DD | 4F | 5E | 0 | 40 | 39 | D | 162 | 44 | 3B |
| Octal | 335 | 117 | 136 | 0 | 100 | 71 | 15 | 542 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1011110 | 0 | 1000000 | 111001 | 1101 | 101100010 | 1000100 | 111011 |
Color Harmonies of #DD4F5E
Complementary color
Monochromatic Colors of #DD4F5E
Black with #DD4F5E
Text Example
Text Example
White with #DD4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F5E; }
p { color: rgb(221,79,94); }
H1.HeaderClassName
{
color: #DD4F5E;
}
.AnyTagClassName
{
color: #DD4F5E;
}
</style>
background-color css
<style>
a { background-color: #DD4F5E; }
a { background-color: rgb(221,79,94); }
div.DivClassName
{
background-color: #DD4F5E;
}
.BgClassName
{
background-color: #DD4F5E;
}
</style>
border-color css
<style>
span { border-color: #DD4F5E; }
span { border-color: rgb(221,79,94); }
td.TdClassName
{
border-color: #DD4F5E;
}
.TagClassName
{
border-color: #DD4F5E;
}
</style>