Shades of My Pink #D8867A
Tints of My Pink #D8867A
RGB
CMYK
RGB Variations
Color information
#D8867A (or 0xD8867A) is known color: My Pink. HEX triplet: D8, 86 and 7A. RGB value is (216,134,122). Sum of RGB (Red+Green+Blue) = 216+134+122=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8867A is #277985. Grayscale: #9D9D9D. Windows color (decimal): -2587014 or 8029912. OLE color: 8029912.
HSL color Cylindrical-coordinate representation of color #D8867A: hue angle of 7.66º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8867A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 134 | 122 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.15 |
| HSL | 7.66º | 0.55% | 0.66% | - |
| HSV(B) | 7.66º | 0.44% | 0.85% | - |
| XYZ | 40.36 | 33.05 | 22.67 | - |
| YUV | 157.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 134 | 122 | 0 | 0.38 | 0.44 | 0.15 | 7.66 | 0.55 | 0.66 |
| Hex | D8 | 86 | 7A | 0 | 26 | 2C | F | 8 | 37 | 42 |
| Octal | 330 | 206 | 172 | 0 | 46 | 54 | 17 | 10 | 67 | 102 |
| Binary | 11011000 | 10000110 | 1111010 | 0 | 100110 | 101100 | 1111 | 1000 | 110111 | 1000010 |
Color Harmonies of #D8867A
Complementary color
Monochromatic Colors of #D8867A
Black with #D8867A
Text Example
Text Example
White with #D8867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8867A; }
p { color: rgb(216,134,122); }
H1.HeaderClassName
{
color: #D8867A;
}
.AnyTagClassName
{
color: #D8867A;
}
</style>
background-color css
<style>
a { background-color: #D8867A; }
a { background-color: rgb(216,134,122); }
div.DivClassName
{
background-color: #D8867A;
}
.BgClassName
{
background-color: #D8867A;
}
</style>
border-color css
<style>
span { border-color: #D8867A; }
span { border-color: rgb(216,134,122); }
td.TdClassName
{
border-color: #D8867A;
}
.TagClassName
{
border-color: #D8867A;
}
</style>