Shades of My Pink #DD887E
Tints of My Pink #DD887E
RGB
CMYK
RGB Variations
Color information
#DD887E (or 0xDD887E) is known color: My Pink. HEX triplet: DD, 88 and 7E. RGB value is (221,136,126). Sum of RGB (Red+Green+Blue) = 221+136+126=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887E is #227781. Grayscale: #A0A0A0. Windows color (decimal): -2258818 or 8292573. OLE color: 8292573.
HSL color Cylindrical-coordinate representation of color #DD887E: hue angle of 6.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD887E is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 126 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.13 |
| HSL | 6.32º | 0.58% | 0.68% | - |
| HSV(B) | 6.32º | 0.43% | 0.87% | - |
| XYZ | 42.39 | 34.49 | 24.16 | - |
| YUV | 160.28 | 108.66 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 126 | 0 | 0.38 | 0.43 | 0.13 | 6.32 | 0.58 | 0.68 |
| Hex | DD | 88 | 7E | 0 | 26 | 2B | D | 6 | 3A | 44 |
| Octal | 335 | 210 | 176 | 0 | 46 | 53 | 15 | 6 | 72 | 104 |
| Binary | 11011101 | 10001000 | 1111110 | 0 | 100110 | 101011 | 1101 | 110 | 111010 | 1000100 |
Color Harmonies of #DD887E
Complementary color
Monochromatic Colors of #DD887E
Black with #DD887E
Text Example
Text Example
White with #DD887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD887E; }
p { color: rgb(221,136,126); }
H1.HeaderClassName
{
color: #DD887E;
}
.AnyTagClassName
{
color: #DD887E;
}
</style>
background-color css
<style>
a { background-color: #DD887E; }
a { background-color: rgb(221,136,126); }
div.DivClassName
{
background-color: #DD887E;
}
.BgClassName
{
background-color: #DD887E;
}
</style>
border-color css
<style>
span { border-color: #DD887E; }
span { border-color: rgb(221,136,126); }
td.TdClassName
{
border-color: #DD887E;
}
.TagClassName
{
border-color: #DD887E;
}
</style>