Shades of My Pink #D68C83
Tints of My Pink #D68C83
RGB
CMYK
RGB Variations
Color information
#D68C83 (or 0xD68C83) is known color: My Pink. HEX triplet: D6, 8C and 83. RGB value is (214,140,131). Sum of RGB (Red+Green+Blue) = 214+140+131=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C83 is #29737C. Grayscale: #A1A1A1. Windows color (decimal): -2716541 or 8621270. OLE color: 8621270.
HSL color Cylindrical-coordinate representation of color #D68C83: hue angle of 6.51º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D68C83 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 131 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.16 |
| HSL | 6.51º | 0.5% | 0.68% | - |
| HSV(B) | 6.51º | 0.39% | 0.84% | - |
| XYZ | 41.21 | 34.69 | 26 | - |
| YUV | 161.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 131 | 0 | 0.35 | 0.39 | 0.16 | 6.51 | 0.5 | 0.68 |
| Hex | D6 | 8C | 83 | 0 | 23 | 27 | 10 | 7 | 32 | 44 |
| Octal | 326 | 214 | 203 | 0 | 43 | 47 | 20 | 7 | 62 | 104 |
| Binary | 11010110 | 10001100 | 10000011 | 0 | 100011 | 100111 | 10000 | 111 | 110010 | 1000100 |
Color Harmonies of #D68C83
Complementary color
Monochromatic Colors of #D68C83
Black with #D68C83
Text Example
Text Example
White with #D68C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C83; }
p { color: rgb(214,140,131); }
H1.HeaderClassName
{
color: #D68C83;
}
.AnyTagClassName
{
color: #D68C83;
}
</style>
background-color css
<style>
a { background-color: #D68C83; }
a { background-color: rgb(214,140,131); }
div.DivClassName
{
background-color: #D68C83;
}
.BgClassName
{
background-color: #D68C83;
}
</style>
border-color css
<style>
span { border-color: #D68C83; }
span { border-color: rgb(214,140,131); }
td.TdClassName
{
border-color: #D68C83;
}
.TagClassName
{
border-color: #D68C83;
}
</style>