Shades of My Pink #D68C89
Tints of My Pink #D68C89
RGB
CMYK
RGB Variations
Color information
#D68C89 (or 0xD68C89) is known color: My Pink. HEX triplet: D6, 8C and 89. RGB value is (214,140,137). Sum of RGB (Red+Green+Blue) = 214+140+137=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C89 is #297376. Grayscale: #A1A1A1. Windows color (decimal): -2716535 or 9014486. OLE color: 9014486.
HSL color Cylindrical-coordinate representation of color #D68C89: hue angle of 2.34º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68C89 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 137 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.16 |
| HSL | 2.34º | 0.48% | 0.69% | - |
| HSV(B) | 2.34º | 0.36% | 0.84% | - |
| XYZ | 41.63 | 34.86 | 28.2 | - |
| YUV | 161.78 | 114.02 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 137 | 0 | 0.35 | 0.36 | 0.16 | 2.34 | 0.48 | 0.69 |
| Hex | D6 | 8C | 89 | 0 | 23 | 24 | 10 | 2 | 30 | 45 |
| Octal | 326 | 214 | 211 | 0 | 43 | 44 | 20 | 2 | 60 | 105 |
| Binary | 11010110 | 10001100 | 10001001 | 0 | 100011 | 100100 | 10000 | 10 | 110000 | 1000101 |
Color Harmonies of #D68C89
Complementary color
Monochromatic Colors of #D68C89
Black with #D68C89
Text Example
Text Example
White with #D68C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C89; }
p { color: rgb(214,140,137); }
H1.HeaderClassName
{
color: #D68C89;
}
.AnyTagClassName
{
color: #D68C89;
}
</style>
background-color css
<style>
a { background-color: #D68C89; }
a { background-color: rgb(214,140,137); }
div.DivClassName
{
background-color: #D68C89;
}
.BgClassName
{
background-color: #D68C89;
}
</style>
border-color css
<style>
span { border-color: #D68C89; }
span { border-color: rgb(214,140,137); }
td.TdClassName
{
border-color: #D68C89;
}
.TagClassName
{
border-color: #D68C89;
}
</style>