Shades of My Pink #D98E7D
Tints of My Pink #D98E7D
RGB
CMYK
RGB Variations
Color information
#D98E7D (or 0xD98E7D) is known color: My Pink. HEX triplet: D9, 8E and 7D. RGB value is (217,142,125). Sum of RGB (Red+Green+Blue) = 217+142+125=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 125 (49.22% from 255 or 25.83% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98E7D is #267182. Grayscale: #A2A2A2. Windows color (decimal): -2519427 or 8228569. OLE color: 8228569.
HSL color Cylindrical-coordinate representation of color #D98E7D: hue angle of 11.09º 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 #D98E7D is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 125 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.15 |
| HSL | 11.09º | 0.55% | 0.67% | - |
| HSV(B) | 11.09º | 0.42% | 0.85% | - |
| XYZ | 41.99 | 35.58 | 24.06 | - |
| YUV | 162.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 125 | 0 | 0.35 | 0.42 | 0.15 | 11.09 | 0.55 | 0.67 |
| Hex | D9 | 8E | 7D | 0 | 23 | 2A | F | B | 37 | 43 |
| Octal | 331 | 216 | 175 | 0 | 43 | 52 | 17 | 13 | 67 | 103 |
| Binary | 11011001 | 10001110 | 1111101 | 0 | 100011 | 101010 | 1111 | 1011 | 110111 | 1000011 |
Color Harmonies of #D98E7D
Complementary color
Monochromatic Colors of #D98E7D
Black with #D98E7D
Text Example
Text Example
White with #D98E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98E7D; }
p { color: rgb(217,142,125); }
H1.HeaderClassName
{
color: #D98E7D;
}
.AnyTagClassName
{
color: #D98E7D;
}
</style>
background-color css
<style>
a { background-color: #D98E7D; }
a { background-color: rgb(217,142,125); }
div.DivClassName
{
background-color: #D98E7D;
}
.BgClassName
{
background-color: #D98E7D;
}
</style>
border-color css
<style>
span { border-color: #D98E7D; }
span { border-color: rgb(217,142,125); }
td.TdClassName
{
border-color: #D98E7D;
}
.TagClassName
{
border-color: #D98E7D;
}
</style>