Shades of My Pink #D7857A
Tints of My Pink #D7857A
RGB
CMYK
RGB Variations
Color information
#D7857A (or 0xD7857A) is known color: My Pink. HEX triplet: D7, 85 and 7A. RGB value is (215,133,122). Sum of RGB (Red+Green+Blue) = 215+133+122=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D7857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7857A is #287A85. Grayscale: #9C9C9C. Windows color (decimal): -2652806 or 8029655. OLE color: 8029655.
HSL color Cylindrical-coordinate representation of color #D7857A: hue angle of 7.1º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7857A is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 133 | 122 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.16 |
| HSL | 7.1º | 0.54% | 0.66% | - |
| HSV(B) | 7.1º | 0.43% | 0.84% | - |
| XYZ | 39.92 | 32.63 | 22.61 | - |
| YUV | 156.26 | 108.67 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 133 | 122 | 0 | 0.38 | 0.43 | 0.16 | 7.1 | 0.54 | 0.66 |
| Hex | D7 | 85 | 7A | 0 | 26 | 2B | 10 | 7 | 36 | 42 |
| Octal | 327 | 205 | 172 | 0 | 46 | 53 | 20 | 7 | 66 | 102 |
| Binary | 11010111 | 10000101 | 1111010 | 0 | 100110 | 101011 | 10000 | 111 | 110110 | 1000010 |
Color Harmonies of #D7857A
Complementary color
Monochromatic Colors of #D7857A
Black with #D7857A
Text Example
Text Example
White with #D7857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7857A; }
p { color: rgb(215,133,122); }
H1.HeaderClassName
{
color: #D7857A;
}
.AnyTagClassName
{
color: #D7857A;
}
</style>
background-color css
<style>
a { background-color: #D7857A; }
a { background-color: rgb(215,133,122); }
div.DivClassName
{
background-color: #D7857A;
}
.BgClassName
{
background-color: #D7857A;
}
</style>
border-color css
<style>
span { border-color: #D7857A; }
span { border-color: rgb(215,133,122); }
td.TdClassName
{
border-color: #D7857A;
}
.TagClassName
{
border-color: #D7857A;
}
</style>