Shades of My Pink #D88B7D
Tints of My Pink #D88B7D
RGB
CMYK
RGB Variations
Color information
#D88B7D (or 0xD88B7D) is known color: My Pink. HEX triplet: D8, 8B and 7D. RGB value is (216,139,125). Sum of RGB (Red+Green+Blue) = 216+139+125=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88B7D is #277482. Grayscale: #A0A0A0. Windows color (decimal): -2585731 or 8227800. OLE color: 8227800.
HSL color Cylindrical-coordinate representation of color #D88B7D: hue angle of 9.23º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D88B7D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 139 | 125 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.15 |
| HSL | 9.23º | 0.54% | 0.67% | - |
| HSV(B) | 9.23º | 0.42% | 0.85% | - |
| XYZ | 41.25 | 34.54 | 23.9 | - |
| YUV | 160.43 | 108.01 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 139 | 125 | 0 | 0.36 | 0.42 | 0.15 | 9.23 | 0.54 | 0.67 |
| Hex | D8 | 8B | 7D | 0 | 24 | 2A | F | 9 | 36 | 43 |
| Octal | 330 | 213 | 175 | 0 | 44 | 52 | 17 | 11 | 66 | 103 |
| Binary | 11011000 | 10001011 | 1111101 | 0 | 100100 | 101010 | 1111 | 1001 | 110110 | 1000011 |
Color Harmonies of #D88B7D
Complementary color
Monochromatic Colors of #D88B7D
Black with #D88B7D
Text Example
Text Example
White with #D88B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88B7D; }
p { color: rgb(216,139,125); }
H1.HeaderClassName
{
color: #D88B7D;
}
.AnyTagClassName
{
color: #D88B7D;
}
</style>
background-color css
<style>
a { background-color: #D88B7D; }
a { background-color: rgb(216,139,125); }
div.DivClassName
{
background-color: #D88B7D;
}
.BgClassName
{
background-color: #D88B7D;
}
</style>
border-color css
<style>
span { border-color: #D88B7D; }
span { border-color: rgb(216,139,125); }
td.TdClassName
{
border-color: #D88B7D;
}
.TagClassName
{
border-color: #D88B7D;
}
</style>