Shades of My Pink #D1837B
Tints of My Pink #D1837B
RGB
CMYK
RGB Variations
Color information
#D1837B (or 0xD1837B) is known color: My Pink. HEX triplet: D1, 83 and 7B. RGB value is (209,131,123). Sum of RGB (Red+Green+Blue) = 209+131+123=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1837B is #2E7C84. Grayscale: #999999. Windows color (decimal): -3046533 or 8094673. OLE color: 8094673.
HSL color Cylindrical-coordinate representation of color #D1837B: hue angle of 5.58º 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 #D1837B is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 131 | 123 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.18 |
| HSL | 5.58º | 0.48% | 0.65% | - |
| HSV(B) | 5.58º | 0.41% | 0.82% | - |
| XYZ | 37.99 | 31.22 | 22.76 | - |
| YUV | 153.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 131 | 123 | 0 | 0.37 | 0.41 | 0.18 | 5.58 | 0.48 | 0.65 |
| Hex | D1 | 83 | 7B | 0 | 25 | 29 | 12 | 6 | 30 | 41 |
| Octal | 321 | 203 | 173 | 0 | 45 | 51 | 22 | 6 | 60 | 101 |
| Binary | 11010001 | 10000011 | 1111011 | 0 | 100101 | 101001 | 10010 | 110 | 110000 | 1000001 |
Color Harmonies of #D1837B
Complementary color
Monochromatic Colors of #D1837B
Black with #D1837B
Text Example
Text Example
White with #D1837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1837B; }
p { color: rgb(209,131,123); }
H1.HeaderClassName
{
color: #D1837B;
}
.AnyTagClassName
{
color: #D1837B;
}
</style>
background-color css
<style>
a { background-color: #D1837B; }
a { background-color: rgb(209,131,123); }
div.DivClassName
{
background-color: #D1837B;
}
.BgClassName
{
background-color: #D1837B;
}
</style>
border-color css
<style>
span { border-color: #D1837B; }
span { border-color: rgb(209,131,123); }
td.TdClassName
{
border-color: #D1837B;
}
.TagClassName
{
border-color: #D1837B;
}
</style>