Shades of My Pink #DF8B86
Tints of My Pink #DF8B86
RGB
CMYK
RGB Variations
Color information
#DF8B86 (or 0xDF8B86) is known color: My Pink. HEX triplet: DF, 8B and 86. RGB value is (223,139,134). Sum of RGB (Red+Green+Blue) = 223+139+134=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8B86 is #207479. Grayscale: #A3A3A3. Windows color (decimal): -2126970 or 8817631. OLE color: 8817631.
HSL color Cylindrical-coordinate representation of color #DF8B86: hue angle of 3.37º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8B86 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 139 | 134 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.13 |
| HSL | 3.37º | 0.58% | 0.7% | - |
| HSV(B) | 3.37º | 0.4% | 0.87% | - |
| XYZ | 43.97 | 35.87 | 27.16 | - |
| YUV | 163.55 | 111.33 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 139 | 134 | 0 | 0.38 | 0.40 | 0.13 | 3.37 | 0.58 | 0.7 |
| Hex | DF | 8B | 86 | 0 | 26 | 28 | D | 3 | 3A | 46 |
| Octal | 337 | 213 | 206 | 0 | 46 | 50 | 15 | 3 | 72 | 106 |
| Binary | 11011111 | 10001011 | 10000110 | 0 | 100110 | 101000 | 1101 | 11 | 111010 | 1000110 |
Color Harmonies of #DF8B86
Complementary color
Monochromatic Colors of #DF8B86
Black with #DF8B86
Text Example
Text Example
White with #DF8B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8B86; }
p { color: rgb(223,139,134); }
H1.HeaderClassName
{
color: #DF8B86;
}
.AnyTagClassName
{
color: #DF8B86;
}
</style>
background-color css
<style>
a { background-color: #DF8B86; }
a { background-color: rgb(223,139,134); }
div.DivClassName
{
background-color: #DF8B86;
}
.BgClassName
{
background-color: #DF8B86;
}
</style>
border-color css
<style>
span { border-color: #DF8B86; }
span { border-color: rgb(223,139,134); }
td.TdClassName
{
border-color: #DF8B86;
}
.TagClassName
{
border-color: #DF8B86;
}
</style>