Shades of My Pink #D98F87
Tints of My Pink #D98F87
RGB
CMYK
RGB Variations
Color information
#D98F87 (or 0xD98F87) is known color: My Pink. HEX triplet: D9, 8F and 87. RGB value is (217,143,135). Sum of RGB (Red+Green+Blue) = 217+143+135=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F87 is #267078. Grayscale: #A4A4A4. Windows color (decimal): -2519161 or 8884185. OLE color: 8884185.
HSL color Cylindrical-coordinate representation of color #D98F87: hue angle of 5.85º 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 #D98F87 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 135 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.15 |
| HSL | 5.85º | 0.52% | 0.69% | - |
| HSV(B) | 5.85º | 0.38% | 0.85% | - |
| XYZ | 42.81 | 36.15 | 27.64 | - |
| YUV | 164.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 135 | 0 | 0.34 | 0.38 | 0.15 | 5.85 | 0.52 | 0.69 |
| Hex | D9 | 8F | 87 | 0 | 22 | 26 | F | 6 | 34 | 45 |
| Octal | 331 | 217 | 207 | 0 | 42 | 46 | 17 | 6 | 64 | 105 |
| Binary | 11011001 | 10001111 | 10000111 | 0 | 100010 | 100110 | 1111 | 110 | 110100 | 1000101 |
Color Harmonies of #D98F87
Complementary color
Monochromatic Colors of #D98F87
Black with #D98F87
Text Example
Text Example
White with #D98F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F87; }
p { color: rgb(217,143,135); }
H1.HeaderClassName
{
color: #D98F87;
}
.AnyTagClassName
{
color: #D98F87;
}
</style>
background-color css
<style>
a { background-color: #D98F87; }
a { background-color: rgb(217,143,135); }
div.DivClassName
{
background-color: #D98F87;
}
.BgClassName
{
background-color: #D98F87;
}
</style>
border-color css
<style>
span { border-color: #D98F87; }
span { border-color: rgb(217,143,135); }
td.TdClassName
{
border-color: #D98F87;
}
.TagClassName
{
border-color: #D98F87;
}
</style>