Shades of My Pink #D1857C
Tints of My Pink #D1857C
RGB
CMYK
RGB Variations
Color information
#D1857C (or 0xD1857C) is known color: My Pink. HEX triplet: D1, 85 and 7C. RGB value is (209,133,124). Sum of RGB (Red+Green+Blue) = 209+133+124=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D1857C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1857C is #2E7A83. Grayscale: #9A9A9A. Windows color (decimal): -3046020 or 8160721. OLE color: 8160721.
HSL color Cylindrical-coordinate representation of color #D1857C: hue angle of 6.35º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1857C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 133 | 124 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.18 |
| HSL | 6.35º | 0.48% | 0.65% | - |
| HSV(B) | 6.35º | 0.41% | 0.82% | - |
| XYZ | 38.32 | 31.79 | 23.18 | - |
| YUV | 154.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 133 | 124 | 0 | 0.36 | 0.41 | 0.18 | 6.35 | 0.48 | 0.65 |
| Hex | D1 | 85 | 7C | 0 | 24 | 29 | 12 | 6 | 30 | 41 |
| Octal | 321 | 205 | 174 | 0 | 44 | 51 | 22 | 6 | 60 | 101 |
| Binary | 11010001 | 10000101 | 1111100 | 0 | 100100 | 101001 | 10010 | 110 | 110000 | 1000001 |
Color Harmonies of #D1857C
Complementary color
Monochromatic Colors of #D1857C
Black with #D1857C
Text Example
Text Example
White with #D1857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1857C; }
p { color: rgb(209,133,124); }
H1.HeaderClassName
{
color: #D1857C;
}
.AnyTagClassName
{
color: #D1857C;
}
</style>
background-color css
<style>
a { background-color: #D1857C; }
a { background-color: rgb(209,133,124); }
div.DivClassName
{
background-color: #D1857C;
}
.BgClassName
{
background-color: #D1857C;
}
</style>
border-color css
<style>
span { border-color: #D1857C; }
span { border-color: rgb(209,133,124); }
td.TdClassName
{
border-color: #D1857C;
}
.TagClassName
{
border-color: #D1857C;
}
</style>