Shades of My Pink #D68E85
Tints of My Pink #D68E85
RGB
CMYK
RGB Variations
Color information
#D68E85 (or 0xD68E85) is known color: My Pink. HEX triplet: D6, 8E and 85. RGB value is (214,142,133). Sum of RGB (Red+Green+Blue) = 214+142+133=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68E85 is #29717A. Grayscale: #A2A2A2. Windows color (decimal): -2716027 or 8752854. OLE color: 8752854.
HSL color Cylindrical-coordinate representation of color #D68E85: hue angle of 6.67º 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 #D68E85 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 133 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.16 |
| HSL | 6.67º | 0.5% | 0.68% | - |
| HSV(B) | 6.67º | 0.38% | 0.84% | - |
| XYZ | 41.64 | 35.34 | 26.82 | - |
| YUV | 162.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 133 | 0 | 0.34 | 0.38 | 0.16 | 6.67 | 0.5 | 0.68 |
| Hex | D6 | 8E | 85 | 0 | 22 | 26 | 10 | 7 | 32 | 44 |
| Octal | 326 | 216 | 205 | 0 | 42 | 46 | 20 | 7 | 62 | 104 |
| Binary | 11010110 | 10001110 | 10000101 | 0 | 100010 | 100110 | 10000 | 111 | 110010 | 1000100 |
Color Harmonies of #D68E85
Complementary color
Monochromatic Colors of #D68E85
Black with #D68E85
Text Example
Text Example
White with #D68E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E85; }
p { color: rgb(214,142,133); }
H1.HeaderClassName
{
color: #D68E85;
}
.AnyTagClassName
{
color: #D68E85;
}
</style>
background-color css
<style>
a { background-color: #D68E85; }
a { background-color: rgb(214,142,133); }
div.DivClassName
{
background-color: #D68E85;
}
.BgClassName
{
background-color: #D68E85;
}
</style>
border-color css
<style>
span { border-color: #D68E85; }
span { border-color: rgb(214,142,133); }
td.TdClassName
{
border-color: #D68E85;
}
.TagClassName
{
border-color: #D68E85;
}
</style>