Shades of My Pink #D98F7E
Tints of My Pink #D98F7E
RGB
CMYK
RGB Variations
Color information
#D98F7E (or 0xD98F7E) is known color: My Pink. HEX triplet: D9, 8F and 7E. RGB value is (217,143,126). Sum of RGB (Red+Green+Blue) = 217+143+126=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F7E is #267081. Grayscale: #A3A3A3. Windows color (decimal): -2519170 or 8294361. OLE color: 8294361.
HSL color Cylindrical-coordinate representation of color #D98F7E: hue angle of 11.21º degrees, saturation: 0.54, 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 #D98F7E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 126 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.15 |
| HSL | 11.21º | 0.54% | 0.67% | - |
| HSV(B) | 11.21º | 0.42% | 0.85% | - |
| XYZ | 42.2 | 35.9 | 24.44 | - |
| YUV | 163.19 | 107.02 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 126 | 0 | 0.34 | 0.42 | 0.15 | 11.21 | 0.54 | 0.67 |
| Hex | D9 | 8F | 7E | 0 | 22 | 2A | F | B | 36 | 43 |
| Octal | 331 | 217 | 176 | 0 | 42 | 52 | 17 | 13 | 66 | 103 |
| Binary | 11011001 | 10001111 | 1111110 | 0 | 100010 | 101010 | 1111 | 1011 | 110110 | 1000011 |
Color Harmonies of #D98F7E
Complementary color
Monochromatic Colors of #D98F7E
Black with #D98F7E
Text Example
Text Example
White with #D98F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F7E; }
p { color: rgb(217,143,126); }
H1.HeaderClassName
{
color: #D98F7E;
}
.AnyTagClassName
{
color: #D98F7E;
}
</style>
background-color css
<style>
a { background-color: #D98F7E; }
a { background-color: rgb(217,143,126); }
div.DivClassName
{
background-color: #D98F7E;
}
.BgClassName
{
background-color: #D98F7E;
}
</style>
border-color css
<style>
span { border-color: #D98F7E; }
span { border-color: rgb(217,143,126); }
td.TdClassName
{
border-color: #D98F7E;
}
.TagClassName
{
border-color: #D98F7E;
}
</style>