Shades of My Pink #D98F7D
Tints of My Pink #D98F7D
RGB
CMYK
RGB Variations
Color information
#D98F7D (or 0xD98F7D) is known color: My Pink. HEX triplet: D9, 8F and 7D. RGB value is (217,143,125). Sum of RGB (Red+Green+Blue) = 217+143+125=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F7D is #267082. Grayscale: #A3A3A3. Windows color (decimal): -2519171 or 8228825. OLE color: 8228825.
HSL color Cylindrical-coordinate representation of color #D98F7D: hue angle of 11.74º 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 #D98F7D is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 125 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.15 |
| HSL | 11.74º | 0.55% | 0.67% | - |
| HSV(B) | 11.74º | 0.42% | 0.85% | - |
| XYZ | 42.14 | 35.88 | 24.11 | - |
| YUV | 163.07 | 106.52 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 125 | 0 | 0.34 | 0.42 | 0.15 | 11.74 | 0.55 | 0.67 |
| Hex | D9 | 8F | 7D | 0 | 22 | 2A | F | C | 37 | 43 |
| Octal | 331 | 217 | 175 | 0 | 42 | 52 | 17 | 14 | 67 | 103 |
| Binary | 11011001 | 10001111 | 1111101 | 0 | 100010 | 101010 | 1111 | 1100 | 110111 | 1000011 |
Color Harmonies of #D98F7D
Complementary color
Monochromatic Colors of #D98F7D
Black with #D98F7D
Text Example
Text Example
White with #D98F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F7D; }
p { color: rgb(217,143,125); }
H1.HeaderClassName
{
color: #D98F7D;
}
.AnyTagClassName
{
color: #D98F7D;
}
</style>
background-color css
<style>
a { background-color: #D98F7D; }
a { background-color: rgb(217,143,125); }
div.DivClassName
{
background-color: #D98F7D;
}
.BgClassName
{
background-color: #D98F7D;
}
</style>
border-color css
<style>
span { border-color: #D98F7D; }
span { border-color: rgb(217,143,125); }
td.TdClassName
{
border-color: #D98F7D;
}
.TagClassName
{
border-color: #D98F7D;
}
</style>