Shades of My Pink #D8877A
Tints of My Pink #D8877A
RGB
CMYK
RGB Variations
Color information
#D8877A (or 0xD8877A) is known color: My Pink. HEX triplet: D8, 87 and 7A. RGB value is (216,135,122). Sum of RGB (Red+Green+Blue) = 216+135+122=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D8877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8877A is #277885. Grayscale: #9D9D9D. Windows color (decimal): -2586758 or 8030168. OLE color: 8030168.
HSL color Cylindrical-coordinate representation of color #D8877A: hue angle of 8.3º 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 #D8877A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 135 | 122 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.15 |
| HSL | 8.3º | 0.55% | 0.66% | - |
| HSV(B) | 8.3º | 0.44% | 0.85% | - |
| XYZ | 40.5 | 33.33 | 22.71 | - |
| YUV | 157.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 135 | 122 | 0 | 0.38 | 0.44 | 0.15 | 8.3 | 0.55 | 0.66 |
| Hex | D8 | 87 | 7A | 0 | 26 | 2C | F | 8 | 37 | 42 |
| Octal | 330 | 207 | 172 | 0 | 46 | 54 | 17 | 10 | 67 | 102 |
| Binary | 11011000 | 10000111 | 1111010 | 0 | 100110 | 101100 | 1111 | 1000 | 110111 | 1000010 |
Color Harmonies of #D8877A
Complementary color
Monochromatic Colors of #D8877A
Black with #D8877A
Text Example
Text Example
White with #D8877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8877A; }
p { color: rgb(216,135,122); }
H1.HeaderClassName
{
color: #D8877A;
}
.AnyTagClassName
{
color: #D8877A;
}
</style>
background-color css
<style>
a { background-color: #D8877A; }
a { background-color: rgb(216,135,122); }
div.DivClassName
{
background-color: #D8877A;
}
.BgClassName
{
background-color: #D8877A;
}
</style>
border-color css
<style>
span { border-color: #D8877A; }
span { border-color: rgb(216,135,122); }
td.TdClassName
{
border-color: #D8877A;
}
.TagClassName
{
border-color: #D8877A;
}
</style>