Shades of My Pink #DD887F
Tints of My Pink #DD887F
RGB
CMYK
RGB Variations
Color information
#DD887F (or 0xDD887F) is known color: My Pink. HEX triplet: DD, 88 and 7F. RGB value is (221,136,127). Sum of RGB (Red+Green+Blue) = 221+136+127=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD887F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD887F is #227780. Grayscale: #A0A0A0. Windows color (decimal): -2258817 or 8358109. OLE color: 8358109.
HSL color Cylindrical-coordinate representation of color #DD887F: hue angle of 5.74º 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 #DD887F is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 127 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.13 |
| HSL | 5.74º | 0.58% | 0.68% | - |
| HSV(B) | 5.74º | 0.43% | 0.87% | - |
| XYZ | 42.45 | 34.51 | 24.5 | - |
| YUV | 160.39 | 109.16 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 127 | 0 | 0.38 | 0.43 | 0.13 | 5.74 | 0.58 | 0.68 |
| Hex | DD | 88 | 7F | 0 | 26 | 2B | D | 6 | 3A | 44 |
| Octal | 335 | 210 | 177 | 0 | 46 | 53 | 15 | 6 | 72 | 104 |
| Binary | 11011101 | 10001000 | 1111111 | 0 | 100110 | 101011 | 1101 | 110 | 111010 | 1000100 |
Color Harmonies of #DD887F
Complementary color
Monochromatic Colors of #DD887F
Black with #DD887F
Text Example
Text Example
White with #DD887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD887F; }
p { color: rgb(221,136,127); }
H1.HeaderClassName
{
color: #DD887F;
}
.AnyTagClassName
{
color: #DD887F;
}
</style>
background-color css
<style>
a { background-color: #DD887F; }
a { background-color: rgb(221,136,127); }
div.DivClassName
{
background-color: #DD887F;
}
.BgClassName
{
background-color: #DD887F;
}
</style>
border-color css
<style>
span { border-color: #DD887F; }
span { border-color: rgb(221,136,127); }
td.TdClassName
{
border-color: #DD887F;
}
.TagClassName
{
border-color: #DD887F;
}
</style>