Shades of Mandy #DD4F58
Tints of Mandy #DD4F58
RGB
CMYK
RGB Variations
Color information
#DD4F58 (or 0xDD4F58) is known color: Mandy. HEX triplet: DD, 4F and 58. RGB value is (221,79,88). Sum of RGB (Red+Green+Blue) = 221+79+88=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 88 (34.77% from 255 or 22.68% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F58 is #22B0A7. Grayscale: #7A7A7A. Windows color (decimal): -2273448 or 5787613. OLE color: 5787613.
HSL color Cylindrical-coordinate representation of color #DD4F58: hue angle of 356.2º 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 #DD4F58 is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 79 | 88 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.13 |
| HSL | 356.2º | 0.68% | 0.59% | - |
| HSV(B) | 356.2º | 0.64% | 0.87% | - |
| XYZ | 34.38 | 21.67 | 11.6 | - |
| YUV | 122.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 79 | 88 | 0 | 0.64 | 0.60 | 0.13 | 356.2 | 0.68 | 0.59 |
| Hex | DD | 4F | 58 | 0 | 40 | 3C | D | 164 | 44 | 3B |
| Octal | 335 | 117 | 130 | 0 | 100 | 74 | 15 | 544 | 104 | 73 |
| Binary | 11011101 | 1001111 | 1011000 | 0 | 1000000 | 111100 | 1101 | 101100100 | 1000100 | 111011 |
Color Harmonies of #DD4F58
Complementary color
Monochromatic Colors of #DD4F58
Black with #DD4F58
Text Example
Text Example
White with #DD4F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4F58; }
p { color: rgb(221,79,88); }
H1.HeaderClassName
{
color: #DD4F58;
}
.AnyTagClassName
{
color: #DD4F58;
}
</style>
background-color css
<style>
a { background-color: #DD4F58; }
a { background-color: rgb(221,79,88); }
div.DivClassName
{
background-color: #DD4F58;
}
.BgClassName
{
background-color: #DD4F58;
}
</style>
border-color css
<style>
span { border-color: #DD4F58; }
span { border-color: rgb(221,79,88); }
td.TdClassName
{
border-color: #DD4F58;
}
.TagClassName
{
border-color: #DD4F58;
}
</style>