Shades of Mandy #DD4256
Tints of Mandy #DD4256
RGB
CMYK
RGB Variations
Color information
#DD4256 (or 0xDD4256) is known color: Mandy. HEX triplet: DD, 42 and 56. RGB value is (221,66,86). Sum of RGB (Red+Green+Blue) = 221+66+86=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4256 is #22BDA9. Grayscale: #727272. Windows color (decimal): -2276778 or 5653213. OLE color: 5653213.
HSL color Cylindrical-coordinate representation of color #DD4256: hue angle of 352.26º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4256 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 86 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.13 |
| HSL | 352.26º | 0.7% | 0.56% | - |
| HSV(B) | 352.26º | 0.7% | 0.87% | - |
| XYZ | 33.45 | 19.94 | 10.89 | - |
| YUV | 114.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 86 | 0 | 0.70 | 0.61 | 0.13 | 352.26 | 0.7 | 0.56 |
| Hex | DD | 42 | 56 | 0 | 46 | 3D | D | 160 | 46 | 38 |
| Octal | 335 | 102 | 126 | 0 | 106 | 75 | 15 | 540 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1010110 | 0 | 1000110 | 111101 | 1101 | 101100000 | 1000110 | 111000 |
Color Harmonies of #DD4256
Complementary color
Monochromatic Colors of #DD4256
Black with #DD4256
Text Example
Text Example
White with #DD4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4256; }
p { color: rgb(221,66,86); }
H1.HeaderClassName
{
color: #DD4256;
}
.AnyTagClassName
{
color: #DD4256;
}
</style>
background-color css
<style>
a { background-color: #DD4256; }
a { background-color: rgb(221,66,86); }
div.DivClassName
{
background-color: #DD4256;
}
.BgClassName
{
background-color: #DD4256;
}
</style>
border-color css
<style>
span { border-color: #DD4256; }
span { border-color: rgb(221,66,86); }
td.TdClassName
{
border-color: #DD4256;
}
.TagClassName
{
border-color: #DD4256;
}
</style>