Shades of Mandy #DD4447
Tints of Mandy #DD4447
RGB
CMYK
RGB Variations
Color information
#DD4447 (or 0xDD4447) is known color: Mandy. HEX triplet: DD, 44 and 47. RGB value is (221,68,71). Sum of RGB (Red+Green+Blue) = 221+68+71=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4447 is #22BBB8. Grayscale: #727272. Windows color (decimal): -2276281 or 4670685. OLE color: 4670685.
HSL color Cylindrical-coordinate representation of color #DD4447: hue angle of 358.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4447 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 71 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.13 |
| HSL | 358.82º | 0.69% | 0.57% | - |
| HSV(B) | 358.82º | 0.69% | 0.87% | - |
| XYZ | 33.02 | 19.96 | 8.07 | - |
| YUV | 114.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 71 | 0 | 0.69 | 0.68 | 0.13 | 358.82 | 0.69 | 0.57 |
| Hex | DD | 44 | 47 | 0 | 45 | 44 | D | 167 | 45 | 39 |
| Octal | 335 | 104 | 107 | 0 | 105 | 104 | 15 | 547 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1000111 | 0 | 1000101 | 1000100 | 1101 | 101100111 | 1000101 | 111001 |
Color Harmonies of #DD4447
Complementary color
Monochromatic Colors of #DD4447
Black with #DD4447
Text Example
Text Example
White with #DD4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4447; }
p { color: rgb(221,68,71); }
H1.HeaderClassName
{
color: #DD4447;
}
.AnyTagClassName
{
color: #DD4447;
}
</style>
background-color css
<style>
a { background-color: #DD4447; }
a { background-color: rgb(221,68,71); }
div.DivClassName
{
background-color: #DD4447;
}
.BgClassName
{
background-color: #DD4447;
}
</style>
border-color css
<style>
span { border-color: #DD4447; }
span { border-color: rgb(221,68,71); }
td.TdClassName
{
border-color: #DD4447;
}
.TagClassName
{
border-color: #DD4447;
}
</style>