Shades of My Pink #D38C7F
Tints of My Pink #D38C7F
RGB
CMYK
RGB Variations
Color information
#D38C7F (or 0xD38C7F) is known color: My Pink. HEX triplet: D3, 8C and 7F. RGB value is (211,140,127). Sum of RGB (Red+Green+Blue) = 211+140+127=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 140 (55.08% from 255 or 29.29% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38C7F is #2C7380. Grayscale: #9F9F9F. Windows color (decimal): -2913153 or 8359123. OLE color: 8359123.
HSL color Cylindrical-coordinate representation of color #D38C7F: hue angle of 9.29º 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 #D38C7F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 127 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.17 |
| HSL | 9.29º | 0.49% | 0.66% | - |
| HSV(B) | 9.29º | 0.4% | 0.83% | - |
| XYZ | 40.07 | 34.14 | 24.56 | - |
| YUV | 159.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 127 | 0 | 0.34 | 0.40 | 0.17 | 9.29 | 0.49 | 0.66 |
| Hex | D3 | 8C | 7F | 0 | 22 | 28 | 11 | 9 | 31 | 42 |
| Octal | 323 | 214 | 177 | 0 | 42 | 50 | 21 | 11 | 61 | 102 |
| Binary | 11010011 | 10001100 | 1111111 | 0 | 100010 | 101000 | 10001 | 1001 | 110001 | 1000010 |
Color Harmonies of #D38C7F
Complementary color
Monochromatic Colors of #D38C7F
Black with #D38C7F
Text Example
Text Example
White with #D38C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38C7F; }
p { color: rgb(211,140,127); }
H1.HeaderClassName
{
color: #D38C7F;
}
.AnyTagClassName
{
color: #D38C7F;
}
</style>
background-color css
<style>
a { background-color: #D38C7F; }
a { background-color: rgb(211,140,127); }
div.DivClassName
{
background-color: #D38C7F;
}
.BgClassName
{
background-color: #D38C7F;
}
</style>
border-color css
<style>
span { border-color: #D38C7F; }
span { border-color: rgb(211,140,127); }
td.TdClassName
{
border-color: #D38C7F;
}
.TagClassName
{
border-color: #D38C7F;
}
</style>