Shades of My Pink #D68B87
Tints of My Pink #D68B87
RGB
CMYK
RGB Variations
Color information
#D68B87 (or 0xD68B87) is known color: My Pink. HEX triplet: D6, 8B and 87. RGB value is (214,139,135). Sum of RGB (Red+Green+Blue) = 214+139+135=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 135 (53.12% from 255 or 27.66% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68B87 is #297478. Grayscale: #A1A1A1. Windows color (decimal): -2716793 or 8883158. OLE color: 8883158.
HSL color Cylindrical-coordinate representation of color #D68B87: hue angle of 3.04º 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 #D68B87 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 135 | - |
| CMYK | 0 | 0.35 | 0.37 | 0.16 |
| HSL | 3.04º | 0.49% | 0.68% | - |
| HSV(B) | 3.04º | 0.37% | 0.84% | - |
| XYZ | 41.34 | 34.51 | 27.4 | - |
| YUV | 160.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 135 | 0 | 0.35 | 0.37 | 0.16 | 3.04 | 0.49 | 0.68 |
| Hex | D6 | 8B | 87 | 0 | 23 | 25 | 10 | 3 | 31 | 44 |
| Octal | 326 | 213 | 207 | 0 | 43 | 45 | 20 | 3 | 61 | 104 |
| Binary | 11010110 | 10001011 | 10000111 | 0 | 100011 | 100101 | 10000 | 11 | 110001 | 1000100 |
Color Harmonies of #D68B87
Complementary color
Monochromatic Colors of #D68B87
Black with #D68B87
Text Example
Text Example
White with #D68B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B87; }
p { color: rgb(214,139,135); }
H1.HeaderClassName
{
color: #D68B87;
}
.AnyTagClassName
{
color: #D68B87;
}
</style>
background-color css
<style>
a { background-color: #D68B87; }
a { background-color: rgb(214,139,135); }
div.DivClassName
{
background-color: #D68B87;
}
.BgClassName
{
background-color: #D68B87;
}
</style>
border-color css
<style>
span { border-color: #D68B87; }
span { border-color: rgb(214,139,135); }
td.TdClassName
{
border-color: #D68B87;
}
.TagClassName
{
border-color: #D68B87;
}
</style>