Shades of My Pink #D6877C
Tints of My Pink #D6877C
RGB
CMYK
RGB Variations
Color information
#D6877C (or 0xD6877C) is known color: My Pink. HEX triplet: D6, 87 and 7C. RGB value is (214,135,124). Sum of RGB (Red+Green+Blue) = 214+135+124=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D6877C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6877C is #297883. Grayscale: #9D9D9D. Windows color (decimal): -2717828 or 8161238. OLE color: 8161238.
HSL color Cylindrical-coordinate representation of color #D6877C: hue angle of 7.33º degrees, saturation: 0.52, 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 #D6877C is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 124 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.16 |
| HSL | 7.33º | 0.52% | 0.66% | - |
| HSV(B) | 7.33º | 0.42% | 0.84% | - |
| XYZ | 40.03 | 33.08 | 23.34 | - |
| YUV | 157.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 124 | 0 | 0.37 | 0.42 | 0.16 | 7.33 | 0.52 | 0.66 |
| Hex | D6 | 87 | 7C | 0 | 25 | 2A | 10 | 7 | 34 | 42 |
| Octal | 326 | 207 | 174 | 0 | 45 | 52 | 20 | 7 | 64 | 102 |
| Binary | 11010110 | 10000111 | 1111100 | 0 | 100101 | 101010 | 10000 | 111 | 110100 | 1000010 |
Color Harmonies of #D6877C
Complementary color
Monochromatic Colors of #D6877C
Black with #D6877C
Text Example
Text Example
White with #D6877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6877C; }
p { color: rgb(214,135,124); }
H1.HeaderClassName
{
color: #D6877C;
}
.AnyTagClassName
{
color: #D6877C;
}
</style>
background-color css
<style>
a { background-color: #D6877C; }
a { background-color: rgb(214,135,124); }
div.DivClassName
{
background-color: #D6877C;
}
.BgClassName
{
background-color: #D6877C;
}
</style>
border-color css
<style>
span { border-color: #D6877C; }
span { border-color: rgb(214,135,124); }
td.TdClassName
{
border-color: #D6877C;
}
.TagClassName
{
border-color: #D6877C;
}
</style>