Shades of Mandy #DD4756
Tints of Mandy #DD4756
RGB
CMYK
RGB Variations
Color information
#DD4756 (or 0xDD4756) is known color: Mandy. HEX triplet: DD, 47 and 56. RGB value is (221,71,86). Sum of RGB (Red+Green+Blue) = 221+71+86=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4756 is #22B8A9. Grayscale: #757575. Windows color (decimal): -2275498 or 5654493. OLE color: 5654493.
HSL color Cylindrical-coordinate representation of color #DD4756: hue angle of 354º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4756 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 86 | - |
| CMYK | 0 | 0.68 | 0.61 | 0.13 |
| HSL | 354º | 0.69% | 0.57% | - |
| HSV(B) | 354º | 0.68% | 0.87% | - |
| XYZ | 33.75 | 20.55 | 10.99 | - |
| YUV | 117.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 86 | 0 | 0.68 | 0.61 | 0.13 | 354 | 0.69 | 0.57 |
| Hex | DD | 47 | 56 | 0 | 44 | 3D | D | 162 | 45 | 39 |
| Octal | 335 | 107 | 126 | 0 | 104 | 75 | 15 | 542 | 105 | 71 |
| Binary | 11011101 | 1000111 | 1010110 | 0 | 1000100 | 111101 | 1101 | 101100010 | 1000101 | 111001 |
Color Harmonies of #DD4756
Complementary color
Monochromatic Colors of #DD4756
Black with #DD4756
Text Example
Text Example
White with #DD4756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4756; }
p { color: rgb(221,71,86); }
H1.HeaderClassName
{
color: #DD4756;
}
.AnyTagClassName
{
color: #DD4756;
}
</style>
background-color css
<style>
a { background-color: #DD4756; }
a { background-color: rgb(221,71,86); }
div.DivClassName
{
background-color: #DD4756;
}
.BgClassName
{
background-color: #DD4756;
}
</style>
border-color css
<style>
span { border-color: #DD4756; }
span { border-color: rgb(221,71,86); }
td.TdClassName
{
border-color: #DD4756;
}
.TagClassName
{
border-color: #DD4756;
}
</style>