Shades of My Pink #D68B85
Tints of My Pink #D68B85
RGB
CMYK
RGB Variations
Color information
#D68B85 (or 0xD68B85) is known color: My Pink. HEX triplet: D6, 8B and 85. RGB value is (214,139,133). Sum of RGB (Red+Green+Blue) = 214+139+133=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68B85 is #29747A. Grayscale: #A0A0A0. Windows color (decimal): -2716795 or 8752086. OLE color: 8752086.
HSL color Cylindrical-coordinate representation of color #D68B85: hue angle of 4.44º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68B85 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 139 | 133 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.16 |
| HSL | 4.44º | 0.5% | 0.68% | - |
| HSV(B) | 4.44º | 0.38% | 0.84% | - |
| XYZ | 41.2 | 34.45 | 26.67 | - |
| YUV | 160.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 139 | 133 | 0 | 0.35 | 0.38 | 0.16 | 4.44 | 0.5 | 0.68 |
| Hex | D6 | 8B | 85 | 0 | 23 | 26 | 10 | 4 | 32 | 44 |
| Octal | 326 | 213 | 205 | 0 | 43 | 46 | 20 | 4 | 62 | 104 |
| Binary | 11010110 | 10001011 | 10000101 | 0 | 100011 | 100110 | 10000 | 100 | 110010 | 1000100 |
Color Harmonies of #D68B85
Complementary color
Monochromatic Colors of #D68B85
Black with #D68B85
Text Example
Text Example
White with #D68B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68B85; }
p { color: rgb(214,139,133); }
H1.HeaderClassName
{
color: #D68B85;
}
.AnyTagClassName
{
color: #D68B85;
}
</style>
background-color css
<style>
a { background-color: #D68B85; }
a { background-color: rgb(214,139,133); }
div.DivClassName
{
background-color: #D68B85;
}
.BgClassName
{
background-color: #D68B85;
}
</style>
border-color css
<style>
span { border-color: #D68B85; }
span { border-color: rgb(214,139,133); }
td.TdClassName
{
border-color: #D68B85;
}
.TagClassName
{
border-color: #D68B85;
}
</style>