Shades of My Pink #D98D87
Tints of My Pink #D98D87
RGB
CMYK
RGB Variations
Color information
#D98D87 (or 0xD98D87) is known color: My Pink. HEX triplet: D9, 8D and 87. RGB value is (217,141,135). Sum of RGB (Red+Green+Blue) = 217+141+135=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D87 is #267278. Grayscale: #A3A3A3. Windows color (decimal): -2519673 or 8883673. OLE color: 8883673.
HSL color Cylindrical-coordinate representation of color #D98D87: hue angle of 4.39º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98D87 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 135 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.15 |
| HSL | 4.39º | 0.52% | 0.69% | - |
| HSV(B) | 4.39º | 0.38% | 0.85% | - |
| XYZ | 42.51 | 35.55 | 27.54 | - |
| YUV | 163.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 135 | 0 | 0.35 | 0.38 | 0.15 | 4.39 | 0.52 | 0.69 |
| Hex | D9 | 8D | 87 | 0 | 23 | 26 | F | 4 | 34 | 45 |
| Octal | 331 | 215 | 207 | 0 | 43 | 46 | 17 | 4 | 64 | 105 |
| Binary | 11011001 | 10001101 | 10000111 | 0 | 100011 | 100110 | 1111 | 100 | 110100 | 1000101 |
Color Harmonies of #D98D87
Complementary color
Monochromatic Colors of #D98D87
Black with #D98D87
Text Example
Text Example
White with #D98D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D87; }
p { color: rgb(217,141,135); }
H1.HeaderClassName
{
color: #D98D87;
}
.AnyTagClassName
{
color: #D98D87;
}
</style>
background-color css
<style>
a { background-color: #D98D87; }
a { background-color: rgb(217,141,135); }
div.DivClassName
{
background-color: #D98D87;
}
.BgClassName
{
background-color: #D98D87;
}
</style>
border-color css
<style>
span { border-color: #D98D87; }
span { border-color: rgb(217,141,135); }
td.TdClassName
{
border-color: #D98D87;
}
.TagClassName
{
border-color: #D98D87;
}
</style>