Shades of My Pink #D8857B
Tints of My Pink #D8857B
RGB
CMYK
RGB Variations
Color information
#D8857B (or 0xD8857B) is known color: My Pink. HEX triplet: D8, 85 and 7B. RGB value is (216,133,123). Sum of RGB (Red+Green+Blue) = 216+133+123=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8857B is #277A84. Grayscale: #9C9C9C. Windows color (decimal): -2587269 or 8095192. OLE color: 8095192.
HSL color Cylindrical-coordinate representation of color #D8857B: hue angle of 6.45º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8857B is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 133 | 123 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.15 |
| HSL | 6.45º | 0.54% | 0.66% | - |
| HSV(B) | 6.45º | 0.43% | 0.85% | - |
| XYZ | 40.28 | 32.8 | 22.95 | - |
| YUV | 156.68 | 109 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 133 | 123 | 0 | 0.38 | 0.43 | 0.15 | 6.45 | 0.54 | 0.66 |
| Hex | D8 | 85 | 7B | 0 | 26 | 2B | F | 6 | 36 | 42 |
| Octal | 330 | 205 | 173 | 0 | 46 | 53 | 17 | 6 | 66 | 102 |
| Binary | 11011000 | 10000101 | 1111011 | 0 | 100110 | 101011 | 1111 | 110 | 110110 | 1000010 |
Color Harmonies of #D8857B
Complementary color
Monochromatic Colors of #D8857B
Black with #D8857B
Text Example
Text Example
White with #D8857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8857B; }
p { color: rgb(216,133,123); }
H1.HeaderClassName
{
color: #D8857B;
}
.AnyTagClassName
{
color: #D8857B;
}
</style>
background-color css
<style>
a { background-color: #D8857B; }
a { background-color: rgb(216,133,123); }
div.DivClassName
{
background-color: #D8857B;
}
.BgClassName
{
background-color: #D8857B;
}
</style>
border-color css
<style>
span { border-color: #D8857B; }
span { border-color: rgb(216,133,123); }
td.TdClassName
{
border-color: #D8857B;
}
.TagClassName
{
border-color: #D8857B;
}
</style>