Shades of My Pink #D88C85
Tints of My Pink #D88C85
RGB
CMYK
RGB Variations
Color information
#D88C85 (or 0xD88C85) is known color: My Pink. HEX triplet: D8, 8C and 85. RGB value is (216,140,133). Sum of RGB (Red+Green+Blue) = 216+140+133=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88C85 is #27737A. Grayscale: #A2A2A2. Windows color (decimal): -2585467 or 8752344. OLE color: 8752344.
HSL color Cylindrical-coordinate representation of color #D88C85: hue angle of 5.06º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88C85 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 140 | 133 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.15 |
| HSL | 5.06º | 0.52% | 0.68% | - |
| HSV(B) | 5.06º | 0.38% | 0.85% | - |
| XYZ | 41.93 | 35.05 | 26.75 | - |
| YUV | 161.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 140 | 133 | 0 | 0.35 | 0.38 | 0.15 | 5.06 | 0.52 | 0.68 |
| Hex | D8 | 8C | 85 | 0 | 23 | 26 | F | 5 | 34 | 44 |
| Octal | 330 | 214 | 205 | 0 | 43 | 46 | 17 | 5 | 64 | 104 |
| Binary | 11011000 | 10001100 | 10000101 | 0 | 100011 | 100110 | 1111 | 101 | 110100 | 1000100 |
Color Harmonies of #D88C85
Complementary color
Monochromatic Colors of #D88C85
Black with #D88C85
Text Example
Text Example
White with #D88C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88C85; }
p { color: rgb(216,140,133); }
H1.HeaderClassName
{
color: #D88C85;
}
.AnyTagClassName
{
color: #D88C85;
}
</style>
background-color css
<style>
a { background-color: #D88C85; }
a { background-color: rgb(216,140,133); }
div.DivClassName
{
background-color: #D88C85;
}
.BgClassName
{
background-color: #D88C85;
}
</style>
border-color css
<style>
span { border-color: #D88C85; }
span { border-color: rgb(216,140,133); }
td.TdClassName
{
border-color: #D88C85;
}
.TagClassName
{
border-color: #D88C85;
}
</style>