Shades of My Pink #D38B7F
Tints of My Pink #D38B7F
RGB
CMYK
RGB Variations
Color information
#D38B7F (or 0xD38B7F) is known color: My Pink. HEX triplet: D3, 8B and 7F. RGB value is (211,139,127). Sum of RGB (Red+Green+Blue) = 211+139+127=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 139 (54.69% from 255 or 29.14% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D38B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38B7F is #2C7480. Grayscale: #9F9F9F. Windows color (decimal): -2913409 or 8358867. OLE color: 8358867.
HSL color Cylindrical-coordinate representation of color #D38B7F: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D38B7F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 139 | 127 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.17 |
| HSL | 8.57º | 0.49% | 0.66% | - |
| HSV(B) | 8.57º | 0.4% | 0.83% | - |
| XYZ | 39.93 | 33.85 | 24.51 | - |
| YUV | 159.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 139 | 127 | 0 | 0.34 | 0.40 | 0.17 | 8.57 | 0.49 | 0.66 |
| Hex | D3 | 8B | 7F | 0 | 22 | 28 | 11 | 9 | 31 | 42 |
| Octal | 323 | 213 | 177 | 0 | 42 | 50 | 21 | 11 | 61 | 102 |
| Binary | 11010011 | 10001011 | 1111111 | 0 | 100010 | 101000 | 10001 | 1001 | 110001 | 1000010 |
Color Harmonies of #D38B7F
Complementary color
Monochromatic Colors of #D38B7F
Black with #D38B7F
Text Example
Text Example
White with #D38B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38B7F; }
p { color: rgb(211,139,127); }
H1.HeaderClassName
{
color: #D38B7F;
}
.AnyTagClassName
{
color: #D38B7F;
}
</style>
background-color css
<style>
a { background-color: #D38B7F; }
a { background-color: rgb(211,139,127); }
div.DivClassName
{
background-color: #D38B7F;
}
.BgClassName
{
background-color: #D38B7F;
}
</style>
border-color css
<style>
span { border-color: #D38B7F; }
span { border-color: rgb(211,139,127); }
td.TdClassName
{
border-color: #D38B7F;
}
.TagClassName
{
border-color: #D38B7F;
}
</style>