Shades of My Pink #D98C7A
Tints of My Pink #D98C7A
RGB
CMYK
RGB Variations
Color information
#D98C7A (or 0xD98C7A) is known color: My Pink. HEX triplet: D9, 8C and 7A. RGB value is (217,140,122). Sum of RGB (Red+Green+Blue) = 217+140+122=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D98C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98C7A is #267385. Grayscale: #A1A1A1. Windows color (decimal): -2519942 or 8031449. OLE color: 8031449.
HSL color Cylindrical-coordinate representation of color #D98C7A: hue angle of 11.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D98C7A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 122 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.15 |
| HSL | 11.37º | 0.56% | 0.66% | - |
| HSV(B) | 11.37º | 0.44% | 0.85% | - |
| XYZ | 41.51 | 34.91 | 22.96 | - |
| YUV | 160.97 | 106.01 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 122 | 0 | 0.35 | 0.44 | 0.15 | 11.37 | 0.56 | 0.66 |
| Hex | D9 | 8C | 7A | 0 | 23 | 2C | F | B | 38 | 42 |
| Octal | 331 | 214 | 172 | 0 | 43 | 54 | 17 | 13 | 70 | 102 |
| Binary | 11011001 | 10001100 | 1111010 | 0 | 100011 | 101100 | 1111 | 1011 | 111000 | 1000010 |
Color Harmonies of #D98C7A
Complementary color
Monochromatic Colors of #D98C7A
Black with #D98C7A
Text Example
Text Example
White with #D98C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98C7A; }
p { color: rgb(217,140,122); }
H1.HeaderClassName
{
color: #D98C7A;
}
.AnyTagClassName
{
color: #D98C7A;
}
</style>
background-color css
<style>
a { background-color: #D98C7A; }
a { background-color: rgb(217,140,122); }
div.DivClassName
{
background-color: #D98C7A;
}
.BgClassName
{
background-color: #D98C7A;
}
</style>
border-color css
<style>
span { border-color: #D98C7A; }
span { border-color: rgb(217,140,122); }
td.TdClassName
{
border-color: #D98C7A;
}
.TagClassName
{
border-color: #D98C7A;
}
</style>