Shades of My Pink #D7877C
Tints of My Pink #D7877C
RGB
CMYK
RGB Variations
Color information
#D7877C (or 0xD7877C) is known color: My Pink. HEX triplet: D7, 87 and 7C. RGB value is (215,135,124). Sum of RGB (Red+Green+Blue) = 215+135+124=474 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.36% from 474); Green value is 135 (53.12% from 255 or 28.48% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 215 - color contains mainly: red. Hex color #D7877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7877C is #287883. Grayscale: #9D9D9D. Windows color (decimal): -2652292 or 8161239. OLE color: 8161239.
HSL color Cylindrical-coordinate representation of color #D7877C: hue angle of 7.25º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7877C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 135 | 124 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.16 |
| HSL | 7.25º | 0.53% | 0.66% | - |
| HSV(B) | 7.25º | 0.42% | 0.84% | - |
| XYZ | 40.33 | 33.23 | 23.36 | - |
| YUV | 157.67 | 109 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 135 | 124 | 0 | 0.37 | 0.42 | 0.16 | 7.25 | 0.53 | 0.66 |
| Hex | D7 | 87 | 7C | 0 | 25 | 2A | 10 | 7 | 35 | 42 |
| Octal | 327 | 207 | 174 | 0 | 45 | 52 | 20 | 7 | 65 | 102 |
| Binary | 11010111 | 10000111 | 1111100 | 0 | 100101 | 101010 | 10000 | 111 | 110101 | 1000010 |
Color Harmonies of #D7877C
Complementary color
Monochromatic Colors of #D7877C
Black with #D7877C
Text Example
Text Example
White with #D7877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7877C; }
p { color: rgb(215,135,124); }
H1.HeaderClassName
{
color: #D7877C;
}
.AnyTagClassName
{
color: #D7877C;
}
</style>
background-color css
<style>
a { background-color: #D7877C; }
a { background-color: rgb(215,135,124); }
div.DivClassName
{
background-color: #D7877C;
}
.BgClassName
{
background-color: #D7877C;
}
</style>
border-color css
<style>
span { border-color: #D7877C; }
span { border-color: rgb(215,135,124); }
td.TdClassName
{
border-color: #D7877C;
}
.TagClassName
{
border-color: #D7877C;
}
</style>