Shades of Mandy #DD4956
Tints of Mandy #DD4956
RGB
CMYK
RGB Variations
Color information
#DD4956 (or 0xDD4956) is known color: Mandy. HEX triplet: DD, 49 and 56. RGB value is (221,73,86). Sum of RGB (Red+Green+Blue) = 221+73+86=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 86 (33.98% from 255 or 22.63% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4956 is #22B6A9. Grayscale: #767676. Windows color (decimal): -2274986 or 5655005. OLE color: 5655005.
HSL color Cylindrical-coordinate representation of color #DD4956: hue angle of 354.73º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD4956 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 86 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.13 |
| HSL | 354.73º | 0.69% | 0.58% | - |
| HSV(B) | 354.73º | 0.67% | 0.87% | - |
| XYZ | 33.88 | 20.81 | 11.03 | - |
| YUV | 118.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 86 | 0 | 0.67 | 0.61 | 0.13 | 354.73 | 0.69 | 0.58 |
| Hex | DD | 49 | 56 | 0 | 43 | 3D | D | 163 | 45 | 3A |
| Octal | 335 | 111 | 126 | 0 | 103 | 75 | 15 | 543 | 105 | 72 |
| Binary | 11011101 | 1001001 | 1010110 | 0 | 1000011 | 111101 | 1101 | 101100011 | 1000101 | 111010 |
Color Harmonies of #DD4956
Complementary color
Monochromatic Colors of #DD4956
Black with #DD4956
Text Example
Text Example
White with #DD4956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4956; }
p { color: rgb(221,73,86); }
H1.HeaderClassName
{
color: #DD4956;
}
.AnyTagClassName
{
color: #DD4956;
}
</style>
background-color css
<style>
a { background-color: #DD4956; }
a { background-color: rgb(221,73,86); }
div.DivClassName
{
background-color: #DD4956;
}
.BgClassName
{
background-color: #DD4956;
}
</style>
border-color css
<style>
span { border-color: #DD4956; }
span { border-color: rgb(221,73,86); }
td.TdClassName
{
border-color: #DD4956;
}
.TagClassName
{
border-color: #DD4956;
}
</style>