Shades of My Pink #D88781
Tints of My Pink #D88781
RGB
CMYK
RGB Variations
Color information
#D88781 (or 0xD88781) is known color: My Pink. HEX triplet: D8, 87 and 81. RGB value is (216,135,129). Sum of RGB (Red+Green+Blue) = 216+135+129=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D88781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88781 is #27787E. Grayscale: #9E9E9E. Windows color (decimal): -2586751 or 8488920. OLE color: 8488920.
HSL color Cylindrical-coordinate representation of color #D88781: hue angle of 4.14º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88781 is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 129 | - |
| CMYK | 0 | 0.38 | 0.40 | 0.15 |
| HSL | 4.14º | 0.53% | 0.68% | - |
| HSV(B) | 4.14º | 0.4% | 0.85% | - |
| XYZ | 40.95 | 33.51 | 25.08 | - |
| YUV | 158.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 129 | 0 | 0.38 | 0.40 | 0.15 | 4.14 | 0.53 | 0.68 |
| Hex | D8 | 87 | 81 | 0 | 26 | 28 | F | 4 | 35 | 44 |
| Octal | 330 | 207 | 201 | 0 | 46 | 50 | 17 | 4 | 65 | 104 |
| Binary | 11011000 | 10000111 | 10000001 | 0 | 100110 | 101000 | 1111 | 100 | 110101 | 1000100 |
Color Harmonies of #D88781
Complementary color
Monochromatic Colors of #D88781
Black with #D88781
Text Example
Text Example
White with #D88781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88781; }
p { color: rgb(216,135,129); }
H1.HeaderClassName
{
color: #D88781;
}
.AnyTagClassName
{
color: #D88781;
}
</style>
background-color css
<style>
a { background-color: #D88781; }
a { background-color: rgb(216,135,129); }
div.DivClassName
{
background-color: #D88781;
}
.BgClassName
{
background-color: #D88781;
}
</style>
border-color css
<style>
span { border-color: #D88781; }
span { border-color: rgb(216,135,129); }
td.TdClassName
{
border-color: #D88781;
}
.TagClassName
{
border-color: #D88781;
}
</style>