Shades of My Pink #D98B7D
Tints of My Pink #D98B7D
RGB
CMYK
RGB Variations
Color information
#D98B7D (or 0xD98B7D) is known color: My Pink. HEX triplet: D9, 8B and 7D. RGB value is (217,139,125). Sum of RGB (Red+Green+Blue) = 217+139+125=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 139 (54.69% from 255 or 28.90% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D98B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98B7D is #267482. Grayscale: #A0A0A0. Windows color (decimal): -2520195 or 8227801. OLE color: 8227801.
HSL color Cylindrical-coordinate representation of color #D98B7D: hue angle of 9.13º degrees, saturation: 0.55, 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 #D98B7D is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 125 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.15 |
| HSL | 9.13º | 0.55% | 0.67% | - |
| HSV(B) | 9.13º | 0.42% | 0.85% | - |
| XYZ | 41.55 | 34.7 | 23.91 | - |
| YUV | 160.73 | 107.84 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 125 | 0 | 0.36 | 0.42 | 0.15 | 9.13 | 0.55 | 0.67 |
| Hex | D9 | 8B | 7D | 0 | 24 | 2A | F | 9 | 37 | 43 |
| Octal | 331 | 213 | 175 | 0 | 44 | 52 | 17 | 11 | 67 | 103 |
| Binary | 11011001 | 10001011 | 1111101 | 0 | 100100 | 101010 | 1111 | 1001 | 110111 | 1000011 |
Color Harmonies of #D98B7D
Complementary color
Monochromatic Colors of #D98B7D
Black with #D98B7D
Text Example
Text Example
White with #D98B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98B7D; }
p { color: rgb(217,139,125); }
H1.HeaderClassName
{
color: #D98B7D;
}
.AnyTagClassName
{
color: #D98B7D;
}
</style>
background-color css
<style>
a { background-color: #D98B7D; }
a { background-color: rgb(217,139,125); }
div.DivClassName
{
background-color: #D98B7D;
}
.BgClassName
{
background-color: #D98B7D;
}
</style>
border-color css
<style>
span { border-color: #D98B7D; }
span { border-color: rgb(217,139,125); }
td.TdClassName
{
border-color: #D98B7D;
}
.TagClassName
{
border-color: #D98B7D;
}
</style>