Shades of My Pink #DF887E
Tints of My Pink #DF887E
RGB
CMYK
RGB Variations
Color information
#DF887E (or 0xDF887E) is known color: My Pink. HEX triplet: DF, 88 and 7E. RGB value is (223,136,126). Sum of RGB (Red+Green+Blue) = 223+136+126=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF887E is #207781. Grayscale: #A1A1A1. Windows color (decimal): -2127746 or 8292575. OLE color: 8292575.
HSL color Cylindrical-coordinate representation of color #DF887E: hue angle of 6.19º degrees, saturation: 0.6, 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 #DF887E is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 136 | 126 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.13 |
| HSL | 6.19º | 0.6% | 0.68% | - |
| HSV(B) | 6.19º | 0.43% | 0.87% | - |
| XYZ | 43 | 34.8 | 24.19 | - |
| YUV | 160.87 | 108.32 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 126 | 0 | 0.39 | 0.43 | 0.13 | 6.19 | 0.6 | 0.68 |
| Hex | DF | 88 | 7E | 0 | 27 | 2B | D | 6 | 3C | 44 |
| Octal | 337 | 210 | 176 | 0 | 47 | 53 | 15 | 6 | 74 | 104 |
| Binary | 11011111 | 10001000 | 1111110 | 0 | 100111 | 101011 | 1101 | 110 | 111100 | 1000100 |
Color Harmonies of #DF887E
Complementary color
Monochromatic Colors of #DF887E
Black with #DF887E
Text Example
Text Example
White with #DF887E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF887E; }
p { color: rgb(223,136,126); }
H1.HeaderClassName
{
color: #DF887E;
}
.AnyTagClassName
{
color: #DF887E;
}
</style>
background-color css
<style>
a { background-color: #DF887E; }
a { background-color: rgb(223,136,126); }
div.DivClassName
{
background-color: #DF887E;
}
.BgClassName
{
background-color: #DF887E;
}
</style>
border-color css
<style>
span { border-color: #DF887E; }
span { border-color: rgb(223,136,126); }
td.TdClassName
{
border-color: #DF887E;
}
.TagClassName
{
border-color: #DF887E;
}
</style>