Shades of My Pink #D98E7B
Tints of My Pink #D98E7B
RGB
CMYK
RGB Variations
Color information
#D98E7B (or 0xD98E7B) is known color: My Pink. HEX triplet: D9, 8E and 7B. RGB value is (217,142,123). Sum of RGB (Red+Green+Blue) = 217+142+123=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 123 (48.44% from 255 or 25.52% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E7B is #267184. Grayscale: #A2A2A2. Windows color (decimal): -2519429 or 8097497. OLE color: 8097497.
HSL color Cylindrical-coordinate representation of color #D98E7B: hue angle of 12.13º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D98E7B is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 123 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.15 |
| HSL | 12.13º | 0.55% | 0.67% | - |
| HSV(B) | 12.13º | 0.43% | 0.85% | - |
| XYZ | 41.86 | 35.53 | 23.39 | - |
| YUV | 162.26 | 105.85 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 123 | 0 | 0.35 | 0.43 | 0.15 | 12.13 | 0.55 | 0.67 |
| Hex | D9 | 8E | 7B | 0 | 23 | 2B | F | C | 37 | 43 |
| Octal | 331 | 216 | 173 | 0 | 43 | 53 | 17 | 14 | 67 | 103 |
| Binary | 11011001 | 10001110 | 1111011 | 0 | 100011 | 101011 | 1111 | 1100 | 110111 | 1000011 |
Color Harmonies of #D98E7B
Complementary color
Monochromatic Colors of #D98E7B
Black with #D98E7B
Text Example
Text Example
White with #D98E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E7B; }
p { color: rgb(217,142,123); }
H1.HeaderClassName
{
color: #D98E7B;
}
.AnyTagClassName
{
color: #D98E7B;
}
</style>
background-color css
<style>
a { background-color: #D98E7B; }
a { background-color: rgb(217,142,123); }
div.DivClassName
{
background-color: #D98E7B;
}
.BgClassName
{
background-color: #D98E7B;
}
</style>
border-color css
<style>
span { border-color: #D98E7B; }
span { border-color: rgb(217,142,123); }
td.TdClassName
{
border-color: #D98E7B;
}
.TagClassName
{
border-color: #D98E7B;
}
</style>