Shades of My Pink #D68B7E
Tints of My Pink #D68B7E
RGB
CMYK
RGB Variations
Color information
#D68B7E (or 0xD68B7E) is known color: My Pink. HEX triplet: D6, 8B and 7E. RGB value is (214,139,126). Sum of RGB (Red+Green+Blue) = 214+139+126=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B7E is #297481. Grayscale: #A0A0A0. Windows color (decimal): -2716802 or 8293334. OLE color: 8293334.
HSL color Cylindrical-coordinate representation of color #D68B7E: hue angle of 8.86º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68B7E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 126 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.16 |
| HSL | 8.86º | 0.52% | 0.67% | - |
| HSV(B) | 8.86º | 0.41% | 0.84% | - |
| XYZ | 40.73 | 34.27 | 24.21 | - |
| YUV | 159.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 126 | 0 | 0.35 | 0.41 | 0.16 | 8.86 | 0.52 | 0.67 |
| Hex | D6 | 8B | 7E | 0 | 23 | 29 | 10 | 9 | 34 | 43 |
| Octal | 326 | 213 | 176 | 0 | 43 | 51 | 20 | 11 | 64 | 103 |
| Binary | 11010110 | 10001011 | 1111110 | 0 | 100011 | 101001 | 10000 | 1001 | 110100 | 1000011 |
Color Harmonies of #D68B7E
Complementary color
Monochromatic Colors of #D68B7E
Black with #D68B7E
Text Example
Text Example
White with #D68B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B7E; }
p { color: rgb(214,139,126); }
H1.HeaderClassName
{
color: #D68B7E;
}
.AnyTagClassName
{
color: #D68B7E;
}
</style>
background-color css
<style>
a { background-color: #D68B7E; }
a { background-color: rgb(214,139,126); }
div.DivClassName
{
background-color: #D68B7E;
}
.BgClassName
{
background-color: #D68B7E;
}
</style>
border-color css
<style>
span { border-color: #D68B7E; }
span { border-color: rgb(214,139,126); }
td.TdClassName
{
border-color: #D68B7E;
}
.TagClassName
{
border-color: #D68B7E;
}
</style>