Shades of My Pink #D68C87
Tints of My Pink #D68C87
RGB
CMYK
RGB Variations
Color information
#D68C87 (or 0xD68C87) is known color: My Pink. HEX triplet: D6, 8C and 87. RGB value is (214,140,135). Sum of RGB (Red+Green+Blue) = 214+140+135=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C87 is #297378. Grayscale: #A1A1A1. Windows color (decimal): -2716537 or 8883414. OLE color: 8883414.
HSL color Cylindrical-coordinate representation of color #D68C87: hue angle of 3.8º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68C87 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 135 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.16 |
| HSL | 3.8º | 0.49% | 0.68% | - |
| HSV(B) | 3.8º | 0.37% | 0.84% | - |
| XYZ | 41.48 | 34.8 | 27.45 | - |
| YUV | 161.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 135 | 0 | 0.35 | 0.37 | 0.16 | 3.8 | 0.49 | 0.68 |
| Hex | D6 | 8C | 87 | 0 | 23 | 25 | 10 | 4 | 31 | 44 |
| Octal | 326 | 214 | 207 | 0 | 43 | 45 | 20 | 4 | 61 | 104 |
| Binary | 11010110 | 10001100 | 10000111 | 0 | 100011 | 100101 | 10000 | 100 | 110001 | 1000100 |
Color Harmonies of #D68C87
Complementary color
Monochromatic Colors of #D68C87
Black with #D68C87
Text Example
Text Example
White with #D68C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C87; }
p { color: rgb(214,140,135); }
H1.HeaderClassName
{
color: #D68C87;
}
.AnyTagClassName
{
color: #D68C87;
}
</style>
background-color css
<style>
a { background-color: #D68C87; }
a { background-color: rgb(214,140,135); }
div.DivClassName
{
background-color: #D68C87;
}
.BgClassName
{
background-color: #D68C87;
}
</style>
border-color css
<style>
span { border-color: #D68C87; }
span { border-color: rgb(214,140,135); }
td.TdClassName
{
border-color: #D68C87;
}
.TagClassName
{
border-color: #D68C87;
}
</style>