Shades of My Pink #D98D85
Tints of My Pink #D98D85
RGB
CMYK
RGB Variations
Color information
#D98D85 (or 0xD98D85) is known color: My Pink. HEX triplet: D9, 8D and 85. RGB value is (217,141,133). Sum of RGB (Red+Green+Blue) = 217+141+133=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D85 is #26727A. Grayscale: #A2A2A2. Windows color (decimal): -2519675 or 8752601. OLE color: 8752601.
HSL color Cylindrical-coordinate representation of color #D98D85: hue angle of 5.71º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98D85 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 133 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.15 |
| HSL | 5.71º | 0.53% | 0.69% | - |
| HSV(B) | 5.71º | 0.39% | 0.85% | - |
| XYZ | 42.37 | 35.49 | 26.81 | - |
| YUV | 162.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 133 | 0 | 0.35 | 0.39 | 0.15 | 5.71 | 0.53 | 0.69 |
| Hex | D9 | 8D | 85 | 0 | 23 | 27 | F | 6 | 34 | 45 |
| Octal | 331 | 215 | 205 | 0 | 43 | 47 | 17 | 6 | 64 | 105 |
| Binary | 11011001 | 10001101 | 10000101 | 0 | 100011 | 100111 | 1111 | 110 | 110100 | 1000101 |
Color Harmonies of #D98D85
Complementary color
Monochromatic Colors of #D98D85
Black with #D98D85
Text Example
Text Example
White with #D98D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D85; }
p { color: rgb(217,141,133); }
H1.HeaderClassName
{
color: #D98D85;
}
.AnyTagClassName
{
color: #D98D85;
}
</style>
background-color css
<style>
a { background-color: #D98D85; }
a { background-color: rgb(217,141,133); }
div.DivClassName
{
background-color: #D98D85;
}
.BgClassName
{
background-color: #D98D85;
}
</style>
border-color css
<style>
span { border-color: #D98D85; }
span { border-color: rgb(217,141,133); }
td.TdClassName
{
border-color: #D98D85;
}
.TagClassName
{
border-color: #D98D85;
}
</style>