Shades of My Pink #D18B7F
Tints of My Pink #D18B7F
RGB
CMYK
RGB Variations
Color information
#D18B7F (or 0xD18B7F) is known color: My Pink. HEX triplet: D1, 8B and 7F. RGB value is (209,139,127). Sum of RGB (Red+Green+Blue) = 209+139+127=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B7F is #2E7480. Grayscale: #9E9E9E. Windows color (decimal): -3044481 or 8358865. OLE color: 8358865.
HSL color Cylindrical-coordinate representation of color #D18B7F: hue angle of 8.78º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18B7F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 139 | 127 | - |
| CMYK | 0 | 0.33 | 0.39 | 0.18 |
| HSL | 8.78º | 0.47% | 0.66% | - |
| HSV(B) | 8.78º | 0.39% | 0.82% | - |
| XYZ | 39.36 | 33.55 | 24.48 | - |
| YUV | 158.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 139 | 127 | 0 | 0.33 | 0.39 | 0.18 | 8.78 | 0.47 | 0.66 |
| Hex | D1 | 8B | 7F | 0 | 21 | 27 | 12 | 9 | 2F | 42 |
| Octal | 321 | 213 | 177 | 0 | 41 | 47 | 22 | 11 | 57 | 102 |
| Binary | 11010001 | 10001011 | 1111111 | 0 | 100001 | 100111 | 10010 | 1001 | 101111 | 1000010 |
Color Harmonies of #D18B7F
Complementary color
Monochromatic Colors of #D18B7F
Black with #D18B7F
Text Example
Text Example
White with #D18B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D18B7F; }
p { color: rgb(209,139,127); }
H1.HeaderClassName
{
color: #D18B7F;
}
.AnyTagClassName
{
color: #D18B7F;
}
</style>
background-color css
<style>
a { background-color: #D18B7F; }
a { background-color: rgb(209,139,127); }
div.DivClassName
{
background-color: #D18B7F;
}
.BgClassName
{
background-color: #D18B7F;
}
</style>
border-color css
<style>
span { border-color: #D18B7F; }
span { border-color: rgb(209,139,127); }
td.TdClassName
{
border-color: #D18B7F;
}
.TagClassName
{
border-color: #D18B7F;
}
</style>