Shades of My Pink #DD8F86
Tints of My Pink #DD8F86
RGB
CMYK
RGB Variations
Color information
#DD8F86 (or 0xDD8F86) is known color: My Pink. HEX triplet: DD, 8F and 86. RGB value is (221,143,134). Sum of RGB (Red+Green+Blue) = 221+143+134=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8F86 is #227079. Grayscale: #A5A5A5. Windows color (decimal): -2257018 or 8818653. OLE color: 8818653.
HSL color Cylindrical-coordinate representation of color #DD8F86: hue angle of 6.21º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD8F86 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 134 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.13 |
| HSL | 6.21º | 0.56% | 0.7% | - |
| HSV(B) | 6.21º | 0.39% | 0.87% | - |
| XYZ | 43.94 | 36.74 | 27.33 | - |
| YUV | 165.3 | 110.34 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 134 | 0 | 0.35 | 0.39 | 0.13 | 6.21 | 0.56 | 0.7 |
| Hex | DD | 8F | 86 | 0 | 23 | 27 | D | 6 | 38 | 46 |
| Octal | 335 | 217 | 206 | 0 | 43 | 47 | 15 | 6 | 70 | 106 |
| Binary | 11011101 | 10001111 | 10000110 | 0 | 100011 | 100111 | 1101 | 110 | 111000 | 1000110 |
Color Harmonies of #DD8F86
Complementary color
Monochromatic Colors of #DD8F86
Black with #DD8F86
Text Example
Text Example
White with #DD8F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8F86; }
p { color: rgb(221,143,134); }
H1.HeaderClassName
{
color: #DD8F86;
}
.AnyTagClassName
{
color: #DD8F86;
}
</style>
background-color css
<style>
a { background-color: #DD8F86; }
a { background-color: rgb(221,143,134); }
div.DivClassName
{
background-color: #DD8F86;
}
.BgClassName
{
background-color: #DD8F86;
}
</style>
border-color css
<style>
span { border-color: #DD8F86; }
span { border-color: rgb(221,143,134); }
td.TdClassName
{
border-color: #DD8F86;
}
.TagClassName
{
border-color: #DD8F86;
}
</style>