Shades of My Pink #D1857F
Tints of My Pink #D1857F
RGB
CMYK
RGB Variations
Color information
#D1857F (or 0xD1857F) is known color: My Pink. HEX triplet: D1, 85 and 7F. RGB value is (209,133,127). Sum of RGB (Red+Green+Blue) = 209+133+127=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1857F is #2E7A80. Grayscale: #9B9B9B. Windows color (decimal): -3046017 or 8357329. OLE color: 8357329.
HSL color Cylindrical-coordinate representation of color #D1857F: hue angle of 4.39º 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 #D1857F is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 127 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.18 |
| HSL | 4.39º | 0.47% | 0.66% | - |
| HSV(B) | 4.39º | 0.39% | 0.82% | - |
| XYZ | 38.51 | 31.86 | 24.2 | - |
| YUV | 155.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 127 | 0 | 0.36 | 0.39 | 0.18 | 4.39 | 0.47 | 0.66 |
| Hex | D1 | 85 | 7F | 0 | 24 | 27 | 12 | 4 | 2F | 42 |
| Octal | 321 | 205 | 177 | 0 | 44 | 47 | 22 | 4 | 57 | 102 |
| Binary | 11010001 | 10000101 | 1111111 | 0 | 100100 | 100111 | 10010 | 100 | 101111 | 1000010 |
Color Harmonies of #D1857F
Complementary color
Monochromatic Colors of #D1857F
Black with #D1857F
Text Example
Text Example
White with #D1857F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1857F; }
p { color: rgb(209,133,127); }
H1.HeaderClassName
{
color: #D1857F;
}
.AnyTagClassName
{
color: #D1857F;
}
</style>
background-color css
<style>
a { background-color: #D1857F; }
a { background-color: rgb(209,133,127); }
div.DivClassName
{
background-color: #D1857F;
}
.BgClassName
{
background-color: #D1857F;
}
</style>
border-color css
<style>
span { border-color: #D1857F; }
span { border-color: rgb(209,133,127); }
td.TdClassName
{
border-color: #D1857F;
}
.TagClassName
{
border-color: #D1857F;
}
</style>