Shades of Mandy #DD4C5F
Tints of Mandy #DD4C5F
RGB
CMYK
RGB Variations
Color information
#DD4C5F (or 0xDD4C5F) is known color: Mandy. HEX triplet: DD, 4C and 5F. RGB value is (221,76,95). Sum of RGB (Red+Green+Blue) = 221+76+95=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 76 (30.08% from 255 or 19.39% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C5F is #22B3A0. Grayscale: #797979. Windows color (decimal): -2274209 or 6245597. OLE color: 6245597.
HSL color Cylindrical-coordinate representation of color #DD4C5F: hue angle of 352.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C5F is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 95 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.13 |
| HSL | 352.14º | 0.68% | 0.58% | - |
| HSV(B) | 352.14º | 0.66% | 0.87% | - |
| XYZ | 34.47 | 21.37 | 13.13 | - |
| YUV | 121.52 | 113.04 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 95 | 0 | 0.66 | 0.57 | 0.13 | 352.14 | 0.68 | 0.58 |
| Hex | DD | 4C | 5F | 0 | 42 | 39 | D | 160 | 44 | 3A |
| Octal | 335 | 114 | 137 | 0 | 102 | 71 | 15 | 540 | 104 | 72 |
| Binary | 11011101 | 1001100 | 1011111 | 0 | 1000010 | 111001 | 1101 | 101100000 | 1000100 | 111010 |
Color Harmonies of #DD4C5F
Complementary color
Monochromatic Colors of #DD4C5F
Black with #DD4C5F
Text Example
Text Example
White with #DD4C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C5F; }
p { color: rgb(221,76,95); }
H1.HeaderClassName
{
color: #DD4C5F;
}
.AnyTagClassName
{
color: #DD4C5F;
}
</style>
background-color css
<style>
a { background-color: #DD4C5F; }
a { background-color: rgb(221,76,95); }
div.DivClassName
{
background-color: #DD4C5F;
}
.BgClassName
{
background-color: #DD4C5F;
}
</style>
border-color css
<style>
span { border-color: #DD4C5F; }
span { border-color: rgb(221,76,95); }
td.TdClassName
{
border-color: #DD4C5F;
}
.TagClassName
{
border-color: #DD4C5F;
}
</style>